|
1830 | 1830 | I @\exposid{begin_}@ = I(); // \expos
|
1831 | 1831 | S @\exposid{end_}@ = S(); // \expos
|
1832 | 1832 | @\exposidnc{make-unsigned-like-t}@<iter_difference_t<I>> @\exposid{size_}@ = 0; // \expos; present only
|
1833 |
| - // when \exposid{StoreSize} is \tcode{true} |
| 1833 | + // if \exposid{StoreSize} is \tcode{true} |
1834 | 1834 | public:
|
1835 | 1835 | subrange() requires @\libconcept{default_initializable}@<I> = default;
|
1836 | 1836 |
|
|
6463 | 6463 | @\exposidnc{non-propagating-cache}@<iterator_t<V>> @\exposidnc{outer_}@; // \expos, present only
|
6464 | 6464 | // when \tcode{!\libconcept{forward_range}<V>}
|
6465 | 6465 | @\exposidnc{non-propagating-cache}@<remove_cv_t<@\exposidnc{InnerRng}@>> @\exposid{inner_}@; // \expos, present only
|
6466 |
| - // when \tcode{!is_reference_v<\exposid{InnerRng}>} |
| 6466 | + // if \tcode{is_reference_v<\exposid{InnerRng}>} is \tcode{false} |
6467 | 6467 |
|
6468 | 6468 | public:
|
6469 | 6469 | join_view() requires @\libconcept{default_initializable}@<V> = default;
|
|
6999 | 6999 | @\exposid{non-propagating-cache}@<iterator_t<V>> @\exposid{outer_it_}@; // \expos, present only
|
7000 | 7000 | // when \tcode{!\libconcept{forward_range}<V>}
|
7001 | 7001 | @\exposid{non-propagating-cache}@<remove_cv_t<@\exposid{InnerRng}@>> @\exposid{inner_}@; // \expos, present only
|
7002 |
| - // when \tcode{!is_reference_v<\exposid{InnerRng}>} |
| 7002 | + // if \tcode{is_reference_v<\exposid{InnerRng}>} is \tcode{false} |
7003 | 7003 | Pattern @\exposid{pattern_}@ = Pattern(); // \expos
|
7004 | 7004 |
|
7005 | 7005 | // \ref{range.join.with.iterator}, class template \tcode{join_with_view::\exposid{iterator}}
|
|
7619 | 7619 | Pattern @\exposid{pattern_}@ = Pattern(); // \expos
|
7620 | 7620 |
|
7621 | 7621 | @\exposidnc{non-propagating-cache}@<iterator_t<V>> @\exposid{current_}@; // \expos, present only
|
7622 |
| - // if \tcode{!\libconcept{forward_range}<V>} |
| 7622 | + // if \tcode{\libconcept{forward_range}<V>} is \tcode{false} |
7623 | 7623 |
|
7624 | 7624 | // \ref{range.lazy.split.outer}, class template \tcode{lazy_split_view::\exposid{outer-iterator}}
|
7625 | 7625 | template<bool> struct @\exposidnc{outer-iterator}@; // \expos
|
|
0 commit comments