|
1142 | 1142 | }
|
1143 | 1143 | \end{codeblock}
|
1144 | 1144 |
|
1145 |
| -\rSec3[string.require]{\tcode{basic_string} general requirements} |
| 1145 | +\rSec3[string.require]{General requirements} |
1146 | 1146 |
|
1147 | 1147 | \pnum
|
1148 | 1148 | If any operation would cause \tcode{size()} to
|
|
1191 | 1191 | \tcode{rend}.
|
1192 | 1192 | \end{itemize}
|
1193 | 1193 |
|
1194 |
| -\rSec3[string.cons]{\tcode{basic_string} constructors and assignment operators} |
| 1194 | +\rSec3[string.cons]{Constructors and assignment operators} |
1195 | 1195 |
|
1196 | 1196 | \indexlibrary{\idxcode{basic_string}!constructor}%
|
1197 | 1197 | \begin{itemdecl}
|
|
1526 | 1526 | \returns \tcode{*this}.
|
1527 | 1527 | \end{itemdescr}
|
1528 | 1528 |
|
1529 |
| -\rSec3[string.iterators]{\tcode{basic_string} iterator support} |
| 1529 | +\rSec3[string.iterators]{Iterator support} |
1530 | 1530 |
|
1531 | 1531 | \indexlibrarymember{begin}{basic_string}%
|
1532 | 1532 | \indexlibrarymember{cbegin}{basic_string}%
|
|
1586 | 1586 | \tcode{reverse_iterator(begin())}.
|
1587 | 1587 | \end{itemdescr}
|
1588 | 1588 |
|
1589 |
| -\rSec3[string.capacity]{\tcode{basic_string} capacity} |
| 1589 | +\rSec3[string.capacity]{Capacity} |
1590 | 1590 |
|
1591 | 1591 | \indexlibrarymember{size}{basic_string}%
|
1592 | 1592 | \begin{itemdecl}
|
|
1780 | 1780 | \tcode{size() == 0}.
|
1781 | 1781 | \end{itemdescr}
|
1782 | 1782 |
|
1783 |
| -\rSec3[string.access]{\tcode{basic_string} element access} |
| 1783 | +\rSec3[string.access]{Element access} |
1784 | 1784 |
|
1785 | 1785 | \indexlibrarymember{operator[]}{basic_string}%
|
1786 | 1786 | \begin{itemdecl}
|
|
1855 | 1855 | Equivalent to: \tcode{return operator[](size() - 1);}
|
1856 | 1856 | \end{itemdescr}
|
1857 | 1857 |
|
1858 |
| -\rSec3[string.modifiers]{\tcode{basic_string} modifiers} |
| 1858 | +\rSec3[string.modifiers]{Modifiers} |
1859 | 1859 |
|
1860 | 1860 | \rSec4[string.op+=]{\tcode{basic_string::operator+=}}
|
1861 | 1861 |
|
|
2909 | 2909 | \complexity Constant time.
|
2910 | 2910 | \end{itemdescr}
|
2911 | 2911 |
|
2912 |
| -\rSec3[string.ops]{\tcode{basic_string} string operations} |
| 2912 | +\rSec3[string.ops]{String operations} |
2913 | 2913 |
|
2914 |
| -\rSec4[string.accessors]{\tcode{basic_string} accessors} |
| 2914 | +\rSec4[string.accessors]{Accessors} |
2915 | 2915 |
|
2916 | 2916 | \indexlibrarymember{c_str}{basic_string}%
|
2917 | 2917 | \indexlibrarymember{data}{basic_string}%
|
|
3651 | 3651 | \end{codeblock}
|
3652 | 3652 | \end{itemdescr}
|
3653 | 3653 |
|
3654 |
| -\rSec2[string.nonmembers]{\tcode{basic_string} non-member functions} |
| 3654 | +\rSec2[string.nonmembers]{Non-member functions} |
3655 | 3655 |
|
3656 | 3656 | \indexlibrary{\idxcode{basic_string}}
|
3657 | 3657 |
|
|
0 commit comments