File tree 3 files changed +4
-4
lines changed
Filter options
3 files changed +4
-4
lines changed
Original file line number Diff line number Diff line change 616
616
\indexheader {algorithm}%
617
617
618
618
\begin {codeblock }
619
- #include <initializer_list>
619
+ #include <initializer_list> // see \ref { initializer.list.syn }
620
620
621
621
namespace std {
622
622
namespace ranges {
Original file line number Diff line number Diff line change 1386
1386
\indextext {random number generation!synopsis|(}
1387
1387
1388
1388
\begin {codeblock }
1389
- #include <initializer_list>
1389
+ #include <initializer_list> // see \ref { initializer.list.syn }
1390
1390
1391
1391
namespace std {
1392
1392
// \ref {rand.req.urng }, uniform random bit generator requirements
6568
6568
\rSec 2[valarray.syn]{Header \tcode {<valarray>} synopsis}
6569
6569
\indexheader {valarray}%
6570
6570
\begin {codeblock }
6571
- #include <initializer_list>
6571
+ #include <initializer_list> // see \ref { initializer.list.syn }
6572
6572
6573
6573
namespace std {
6574
6574
template<class T> class valarray; // An array of type \tcode {T}
Original file line number Diff line number Diff line change 8523
8523
and manipulating fixed-size sequences of bits.
8524
8524
8525
8525
\begin {codeblock }
8526
- #include <string>
8526
+ #include <string> // see \ref { string.syn }
8527
8527
#include <iosfwd> // for \tcode {istream}\iref {istream.syn }, \tcode {ostream}\iref {ostream.syn }, see \ref {iosfwd.syn }
8528
8528
8529
8529
namespace std {
You can’t perform that action at this time.
0 commit comments