25
Iterators library
[iterators]
25.3
Iterator requirements
[iterator.requirements]
25.3.6
Indirect callable requirements
[indirectcallable]
25.3.6.2
Indirect callable traits
[indirectcallable.traits]
1
#
To implement algorithms taking projections, it is necessary to determine the projected type of an iterator's value type
.
For the exposition-only alias template
indirect-value-t
,
indirect-value-t
<
T
>
denotes
(1.1)
invoke_
result_
t
<
Proj
&
,
indirect-value-t
<
I
>
>
if
T
names
projected
<
I, Proj
>
, and
(1.2)
iter_
value_
t
<
T
>
&
otherwise
.