We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
<iterator>
1 parent 08b6e70 commit 52c7080Copy full SHA for 52c7080
source/iterators.tex
@@ -169,10 +169,7 @@
169
170
// \ref{projected}, projected
171
template<@\libconcept{indirectly_readable}@ I, @\libconcept{indirectly_regular_unary_invocable}@<I> Proj>
172
- struct projected; // freestanding
173
-
174
- template<@\libconcept{weakly_incrementable}@ I, class Proj>
175
- struct incrementable_traits<projected<I, Proj>>; // freestanding
+ using projected = @\seebelow@; // freestanding
176
177
178
using projected_value_t = // freestanding
0 commit comments