|
9778 | 9778 | using off_type = typename traits::off_type;
|
9779 | 9779 | using traits_type = traits;
|
9780 | 9780 |
|
9781 |
| - // \ref{spanbuf.ctor}, constructors |
| 9781 | + // \ref{spanbuf.cons}, constructors |
9782 | 9782 | basic_spanbuf() : basic_spanbuf(ios_base::in | ios_base::out) {}
|
9783 | 9783 | explicit basic_spanbuf(ios_base::openmode which)
|
9784 | 9784 | : basic_spanbuf(std::span<charT>(), which) {}
|
|
9828 | 9828 | the underlying character sequence.
|
9829 | 9829 | \end{itemize}
|
9830 | 9830 |
|
9831 |
| -\rSec3[spanbuf.ctor]{Constructors} |
| 9831 | +\rSec3[spanbuf.cons]{Constructors} |
9832 | 9832 |
|
9833 | 9833 | \indexlibraryctor{basic_spanbuf}%
|
9834 | 9834 | \begin{itemdecl}
|
|
10104 | 10104 | using off_type = typename traits::off_type;
|
10105 | 10105 | using traits_type = traits;
|
10106 | 10106 |
|
10107 |
| - // \ref{ispanstream.ctor}, constructors |
| 10107 | + // \ref{ispanstream.cons}, constructors |
10108 | 10108 | explicit basic_ispanstream(std::span<charT> s,
|
10109 | 10109 | ios_base::openmode which = ios_base::in);
|
10110 | 10110 | basic_ispanstream(const basic_ispanstream&) = delete;
|
|
10137 | 10137 | in the underlying \tcode{spanbuf}.
|
10138 | 10138 | \end{note}
|
10139 | 10139 |
|
10140 |
| -\rSec3[ispanstream.ctor]{Constructors} |
| 10140 | +\rSec3[ispanstream.cons]{Constructors} |
10141 | 10141 |
|
10142 | 10142 | \indexlibraryctor{basic_ispanstream}%
|
10143 | 10143 | \begin{itemdecl}
|
|
10150 | 10150 | Initializes the base class with
|
10151 | 10151 | \tcode{basic_istream<charT, traits>(addressof(sb))}
|
10152 | 10152 | and \tcode{sb} with
|
10153 |
| -\tcode{basic_spanbuf<charT, traits>(s, which | ios_base::in)}\iref{spanbuf.ctor}. |
| 10153 | +\tcode{basic_spanbuf<charT, traits>(s, which | ios_base::in)}\iref{spanbuf.cons}. |
10154 | 10154 | \end{itemdescr}
|
10155 | 10155 |
|
10156 | 10156 | \indexlibraryctor{basic_ispanstream}%
|
|
10292 | 10292 | using off_type = typename traits::off_type;
|
10293 | 10293 | using traits_type = traits;
|
10294 | 10294 |
|
10295 |
| - // \ref{ospanstream.ctor}, constructors |
| 10295 | + // \ref{ospanstream.cons}, constructors |
10296 | 10296 | explicit basic_ospanstream(std::span<charT> s,
|
10297 | 10297 | ios_base::openmode which = ios_base::out);
|
10298 | 10298 | basic_ospanstream(const basic_ospanstream&) = delete;
|
|
10315 | 10315 | }
|
10316 | 10316 | \end{codeblock}
|
10317 | 10317 |
|
10318 |
| -\rSec3[ospanstream.ctor]{Constructors} |
| 10318 | +\rSec3[ospanstream.cons]{Constructors} |
10319 | 10319 |
|
10320 | 10320 | \indexlibraryctor{basic_ospanstream}%
|
10321 | 10321 | \begin{itemdecl}
|
|
10329 | 10329 | Initializes the base class with
|
10330 | 10330 | \tcode{basic_ostream<charT, traits>(addressof(sb))}
|
10331 | 10331 | and \tcode{sb} with
|
10332 |
| -\tcode{basic_spanbuf<charT, traits>(s, which | ios_base::out)}\iref{spanbuf.ctor}. |
| 10332 | +\tcode{basic_spanbuf<charT, traits>(s, which | ios_base::out)}\iref{spanbuf.cons}. |
10333 | 10333 | \end{itemdescr}
|
10334 | 10334 |
|
10335 | 10335 | \indexlibraryctor{basic_ospanstream}%
|
|
10430 | 10430 | using off_type = typename traits::off_type;
|
10431 | 10431 | using traits_type = traits;
|
10432 | 10432 |
|
10433 |
| - // \ref{spanstream.ctor}, constructors |
| 10433 | + // \ref{spanstream.cons}, constructors |
10434 | 10434 | explicit basic_spanstream(std::span<charT> s,
|
10435 | 10435 | ios_base::openmode which = ios_base::out | ios_base::in);
|
10436 | 10436 | basic_spanstream(const basic_spanstream&) = delete;
|
|
10453 | 10453 | }
|
10454 | 10454 | \end{codeblock}
|
10455 | 10455 |
|
10456 |
| -\rSec3[spanstream.ctor]{Constructors} |
| 10456 | +\rSec3[spanstream.cons]{Constructors} |
10457 | 10457 |
|
10458 | 10458 | \indexlibraryctor{basic_spanstream}%
|
10459 | 10459 | \begin{itemdecl}
|
|
10467 | 10467 | Initializes the base class with
|
10468 | 10468 | \tcode{basic_iostream<charT, traits>(addressof(sb))}
|
10469 | 10469 | and \tcode{sb} with
|
10470 |
| -\tcode{basic_spanbuf<charT, traits>(s, which)}\iref{spanbuf.ctor}. |
| 10470 | +\tcode{basic_spanbuf<charT, traits>(s, which)}\iref{spanbuf.cons}. |
10471 | 10471 | \end{itemdescr}
|
10472 | 10472 |
|
10473 | 10473 | \indexlibraryctor{basic_spanstream}%
|
|
0 commit comments