|
6135 | 6135 |
|
6136 | 6136 | \indexlibrarymember{operator--}{counted_iterator}%
|
6137 | 6137 | \begin{itemdecl}
|
6138 |
| - constexpr counted_iterator& operator--() |
6139 |
| - requires @\libconcept{bidirectional_iterator}@<I>; |
| 6138 | +constexpr counted_iterator& operator--() |
| 6139 | + requires @\libconcept{bidirectional_iterator}@<I>; |
6140 | 6140 | \end{itemdecl}
|
6141 | 6141 |
|
6142 | 6142 | \begin{itemdescr}
|
|
6152 | 6152 |
|
6153 | 6153 | \indexlibrarymember{operator--}{counted_iterator}%
|
6154 | 6154 | \begin{itemdecl}
|
6155 |
| - constexpr counted_iterator operator--(int) |
6156 |
| - requires @\libconcept{bidirectional_iterator}@<I>; |
| 6155 | +constexpr counted_iterator operator--(int) |
| 6156 | + requires @\libconcept{bidirectional_iterator}@<I>; |
6157 | 6157 | \end{itemdecl}
|
6158 | 6158 |
|
6159 | 6159 | \begin{itemdescr}
|
|
6169 | 6169 |
|
6170 | 6170 | \indexlibrarymember{operator+}{counted_iterator}%
|
6171 | 6171 | \begin{itemdecl}
|
6172 |
| - constexpr counted_iterator operator+(iter_difference_t<I> n) const |
6173 |
| - requires @\libconcept{random_access_iterator}@<I>; |
| 6172 | +constexpr counted_iterator operator+(iter_difference_t<I> n) const |
| 6173 | + requires @\libconcept{random_access_iterator}@<I>; |
6174 | 6174 | \end{itemdecl}
|
6175 | 6175 |
|
6176 | 6176 | \begin{itemdescr}
|
|
6194 | 6194 |
|
6195 | 6195 | \indexlibrarymember{operator+=}{counted_iterator}%
|
6196 | 6196 | \begin{itemdecl}
|
6197 |
| - constexpr counted_iterator& operator+=(iter_difference_t<I> n) |
6198 |
| - requires @\libconcept{random_access_iterator}@<I>; |
| 6197 | +constexpr counted_iterator& operator+=(iter_difference_t<I> n) |
| 6198 | + requires @\libconcept{random_access_iterator}@<I>; |
6199 | 6199 | \end{itemdecl}
|
6200 | 6200 |
|
6201 | 6201 | \begin{itemdescr}
|
|
6215 | 6215 |
|
6216 | 6216 | \indexlibrarymember{operator-}{counted_iterator}%
|
6217 | 6217 | \begin{itemdecl}
|
6218 |
| - constexpr counted_iterator operator-(iter_difference_t<I> n) const |
6219 |
| - requires @\libconcept{random_access_iterator}@<I>; |
| 6218 | +constexpr counted_iterator operator-(iter_difference_t<I> n) const |
| 6219 | + requires @\libconcept{random_access_iterator}@<I>; |
6220 | 6220 | \end{itemdecl}
|
6221 | 6221 |
|
6222 | 6222 | \begin{itemdescr}
|
|
0 commit comments