File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 786
786
template<class charT, class traits = char_traits<charT>,
787
787
class Allocator = allocator<charT>>
788
788
class basic_string {
789
+ @\newpage@
789
790
public:
790
791
// types
791
792
using traits_type = traits;
1328
1329
The second form throws nothing if \tcode {alloc == str.get_allocator()}.
1329
1330
\end {itemdescr }
1330
1331
1332
+ \newpage
1333
+
1331
1334
\begin {itemdecl }
1332
1335
template<class InputIterator,
1333
1336
class Allocator = allocator<typename iterator_traits<InputIterator>::value_type>>
3683
3686
for the return type.
3684
3687
\end {itemdescr }
3685
3688
3689
+ \newpage
3690
+
3686
3691
\indexlibraryglobal {stof}%
3687
3692
\indexlibraryglobal {stod}%
3688
3693
\indexlibraryglobal {stold}%
4945
4950
\tcode {t <=> sv} & \tcode {S(t) <=> sv} \\
4946
4951
\tcode {sv <=> t} & \tcode {sv <=> S(t)} \\
4947
4952
\end {libtab2 }
4953
+
4954
+ \newpage
4955
+
4948
4956
\begin {example }
4949
4957
A sample conforming implementation for \tcode {operator==} would be:
4950
4958
\begin {codeblock }
You can’t perform that action at this time.
0 commit comments