Information
MediaSupport
RSSOther Adobe ProjectsOther Resources |
IteratorAdaptorConcept< IT > Struct Template ReferenceIterator adaptor is a forward iterator adapting another forward iterator.
More...
|
Public Member Functions | |
void | constraints () |
Public Attributes | |
IT | it |
template <ForwardIteratorConcept IT> concept IteratorAdaptorConcept { typename base_t; where ForwardIteratorConcept<base_t>; static const bool is_base=true; const base_t& base() const; };
Definition at line 793 of file gil_concept.hpp.