|
40 | 40 | \indextext{\idxhdr{utility}}%
|
41 | 41 | \indexlibrary{\idxhdr{utility}}%
|
42 | 42 | \indexlibrary{\idxcode{rel_ops}}%
|
43 |
| -\synopsis{Header \tcode{<utility>} synopsis} |
44 |
| - |
45 |
| -\pnum |
46 |
| -The header \tcode{<utility>} defines several types and function templates |
47 |
| -that are described in this Clause. It also defines the template \tcode{pair} |
48 |
| -and various function templates that operate on \tcode{pair} objects. |
| 43 | +\rSec2[utility.syn]{Header \tcode{<utility>} synopsis} |
49 | 44 |
|
50 | 45 | \begin{codeblock}
|
51 | 46 | #include <initializer_list>
|
|
250 | 245 | }
|
251 | 246 | \end{codeblock}
|
252 | 247 |
|
| 248 | +\pnum |
| 249 | +The header \tcode{<utility>} defines several types and function templates |
| 250 | +that are described in this Clause. It also defines the template \tcode{pair} |
| 251 | +and various function templates that operate on \tcode{pair} objects. |
| 252 | + |
253 | 253 | \pnum
|
254 | 254 | The type \tcode{chars_format}
|
255 | 255 | is a bitmask type~(\ref{bitmask.types})
|
|
5886 | 5886 | \end{example}
|
5887 | 5887 | \end{itemdescr}
|
5888 | 5888 |
|
5889 |
| -\rSec1[template.bitset]{Class template \tcode{bitset}}% |
| 5889 | +\rSec1[bitset]{Bitsets} |
5890 | 5890 | \indexlibrary{\idxcode{bitset}}%
|
5891 | 5891 |
|
5892 |
| -\synopsis{Header \tcode{<bitset>} synopsis}% |
| 5892 | +\rSec2[bitset.syn]{Header \tcode{<bitset>} synopsis}% |
5893 | 5893 |
|
5894 | 5894 | \indextext{\idxhdr{bitset}}%
|
5895 | 5895 | \indexlibrary{\idxhdr{bitset}}%
|
|
5924 | 5924 | and several related functions for representing
|
5925 | 5925 | and manipulating fixed-size sequences of bits.
|
5926 | 5926 |
|
| 5927 | +\rSec2[template.bitset]{Class template \tcode{bitset}}% |
5927 | 5928 | \indexlibrary{\idxcode{bitset}}%
|
5928 | 5929 | \begin{codeblock}
|
5929 | 5930 | namespace std {
|
|
6049 | 6050 | \indexlibrary{\idxcode{overflow_error}}%
|
6050 | 6051 | \end{itemize}
|
6051 | 6052 |
|
6052 |
| -\rSec2[bitset.cons]{\tcode{bitset} constructors} |
| 6053 | +\rSec3[bitset.cons]{\tcode{bitset} constructors} |
6053 | 6054 |
|
6054 | 6055 | \indexlibrary{\idxcode{bitset}!constructor}%
|
6055 | 6056 | \begin{itemdecl}
|
|
6159 | 6160 | \end{itemdescr}
|
6160 | 6161 |
|
6161 | 6162 |
|
6162 |
| -\rSec2[bitset.members]{\tcode{bitset} members} |
| 6163 | +\rSec3[bitset.members]{\tcode{bitset} members} |
6163 | 6164 |
|
6164 | 6165 | \indexlibrarymember{operator\&=}{bitset}%
|
6165 | 6166 | \begin{itemdecl}
|
|
0 commit comments