|
16834 | 16834 |
|
16835 | 16835 | \indexlibrarymember{size}{cache_latest_view}%
|
16836 | 16836 | \begin{itemdecl}
|
16837 |
| -constexpr auto size() requires sized_range<V>; |
16838 |
| -constexpr auto size() const requires sized_range<const V>; |
| 16837 | +constexpr auto size() requires @\libconcept{sized_range}@<V>; |
| 16838 | +constexpr auto size() const requires @\libconcept{sized_range}@<const V>; |
16839 | 16839 | \end{itemdecl}
|
16840 | 16840 |
|
16841 | 16841 | \begin{itemdescr}
|
|
17017 | 17017 | friend constexpr bool operator==(const @\exposid{iterator}@& x, const @\exposid{sentinel}@& y);
|
17018 | 17018 |
|
17019 | 17019 | friend constexpr range_difference_t<V> operator-(const @\exposid{iterator}@& x, const @\exposid{sentinel}@& y)
|
17020 |
| - requires sized_sentinel_for<sentinel_t<V>, iterator_t<V>>; |
| 17020 | + requires @\libconcept{sized_sentinel_for}@<sentinel_t<V>, iterator_t<V>>; |
17021 | 17021 | friend constexpr range_difference_t<V> operator-(const @\exposid{sentinel}@& x, const @\exposid{iterator}@& y)
|
17022 |
| - requires sized_sentinel_for<sentinel_t<V>, iterator_t<V>>; |
| 17022 | + requires @\libconcept{sized_sentinel_for}@<sentinel_t<V>, iterator_t<V>>; |
17023 | 17023 | };
|
17024 | 17024 | }
|
17025 | 17025 | \end{codeblock}
|
|
17062 | 17062 | \indexlibrarymember{operator-}{cache_latest_view::\exposid{sentinel}}%
|
17063 | 17063 | \begin{itemdecl}
|
17064 | 17064 | friend constexpr range_difference_t<V> operator-(const @\exposid{iterator}@& x, const @\exposid{sentinel}@& y)
|
17065 |
| - requires sized_sentinel_for<sentinel_t<V>, iterator_t<V>>; |
| 17065 | + requires @\libconcept{sized_sentinel_for}@<sentinel_t<V>, iterator_t<V>>; |
17066 | 17066 | \end{itemdecl}
|
17067 | 17067 |
|
17068 | 17068 | \begin{itemdescr}
|
|
17075 | 17075 | \indexlibrarymember{operator-}{cache_latest_view::\exposid{sentinel}}%
|
17076 | 17076 | \begin{itemdecl}
|
17077 | 17077 | friend constexpr range_difference_t<V> operator-(const @\exposid{sentinel}@& x, const @\exposid{iterator}@& y)
|
17078 |
| - requires sized_sentinel_for<sentinel_t<V>, iterator_t<V>>; |
| 17078 | + requires @\libconcept{sized_sentinel_for}@<sentinel_t<V>, iterator_t<V>>; |
17079 | 17079 | \end{itemdecl}
|
17080 | 17080 |
|
17081 | 17081 | \begin{itemdescr}
|
|
0 commit comments