We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f866df commit 7b8cb07Copy full SHA for 7b8cb07
source/utilities.tex
@@ -18651,8 +18651,6 @@
18651
const basic_format_arg<Context>* data_; // \expos
18652
18653
public:
18654
- basic_format_args() noexcept;
18655
-
18656
template<class... Args>
18657
basic_format_args(const @\exposid{format-arg-store}@<Context, Args...>& store) noexcept;
18658
@@ -18675,17 +18673,6 @@
18675
18673
and packing the former.
18676
18674
\end{note}
18677
18678
-\indexlibraryctor{basic_format_args}%
18679
-\begin{itemdecl}
18680
-basic_format_args() noexcept;
18681
-\end{itemdecl}
18682
18683
-\begin{itemdescr}
18684
-\pnum
18685
-\effects
18686
-Initializes \tcode{size_} with \tcode{0}.
18687
-\end{itemdescr}
18688
18689
\indexlibraryctor{basic_format_args}%
18690
\begin{itemdecl}
18691
0 commit comments