File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 377
377
template<@\libconcept {input_iterator}@ I, class S>
378
378
struct iterator_traits<common_iterator<I, S>>;
379
379
380
- // \ref {default.sentinels }, default sentinels
380
+ // \ref {default.sentinel }, default sentinel
381
381
struct default_sentinel_t;
382
382
inline constexpr default_sentinel_t @\libglobal {default_sentinel}@{};
383
383
390
390
template<@\libconcept {input_iterator}@ I>
391
391
struct iterator_traits<counted_iterator<I>>;
392
392
393
- // \ref {unreachable.sentinels }, unreachable sentinels
393
+ // \ref {unreachable.sentinel }, unreachable sentinel
394
394
struct unreachable_sentinel_t;
395
395
inline constexpr unreachable_sentinel_t @\libglobal {unreachable_sentinel}@{};
396
396
5091
5091
Equivalent to \tcode {ranges::iter_swap(get<I>(x.v_), get<I2>(y.v_))}.
5092
5092
\end {itemdescr }
5093
5093
5094
- \rSec 2[default.sentinels ]{Default sentinels }
5094
+ \rSec 2[default.sentinel ]{Default sentinel }
5095
5095
5096
5096
\indexlibraryglobal {default_sentinel_t}%
5097
5097
\begin {itemdecl }
5648
5648
Equivalent to \tcode {ranges::iter_swap(x.current, y.current)}.
5649
5649
\end {itemdescr }
5650
5650
5651
- \rSec 2[unreachable.sentinels]{Unreachable sentinel}
5652
-
5653
- \rSec 3[unreachable.sentinel]{Class \tcode {unreachable_sentinel_t}}
5651
+ \rSec 2[unreachable.sentinel]{Unreachable sentinel}
5654
5652
5655
5653
\indexlibraryglobal {unreachable_sentinel_t}%
5656
5654
\pnum
You can’t perform that action at this time.
0 commit comments