File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 21029
21029
\pnum
21030
21030
An instance of \tcode{basic_format_args} provides access to formatting
21031
21031
arguments.
21032
+ Implementations should
21033
+ optimize the representation of \tcode{basic_format_args}
21034
+ for a small number of formatting arguments.
21035
+ \begin{note}
21036
+ For example, by storing indices of type alternatives separately from values
21037
+ and packing the former.
21038
+ \end{note}
21032
21039
21033
21040
\indexlibraryctor{basic_format_args}%
21034
21041
\begin{itemdecl}
21066
21073
\tcode{i < size_ ?\ data_[i] :\ basic_format_arg<Context>()}.
21067
21074
\end{itemdescr}
21068
21075
21069
- \pnum
21070
- \begin{note}
21071
- Implementations are encouraged
21072
- to optimize the representation of \tcode{basic_format_args}
21073
- for small number of formatting arguments
21074
- by storing indices of type alternatives separately from values
21075
- and packing the former.
21076
- \end{note}
21077
-
21078
21076
\rSec2[format.error]{Class \tcode{format_error}}
21079
21077
21080
21078
\indexlibraryglobal{format_error}%
You can’t perform that action at this time.
0 commit comments