We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7618b4 commit 5d16ad0Copy full SHA for 5d16ad0
source/iterators.tex
@@ -174,7 +174,6 @@
174
template<@\libconcept{weakly_incrementable}@ I, class Proj>
175
struct incrementable_traits<projected<I, Proj>>; // freestanding
176
177
-
178
template<@\libconcept{indirectly_readable}@ I, @\libconcept{indirectly_regular_unary_invocable}@<I> Proj>
179
using projected_value_t = // freestanding
180
remove_cvref_t<invoke_result_t<Proj&, iter_value_t<I>&>>;
0 commit comments