Class Specialization
Iterator Proxy
Proxy that is implemented by an iterator.
Proxy
Iterator Proxy
Proxy<IteratorProxy<TIterator> >
Parameters
TIterator
Iterator type.
Specialization of
Metafunctions
DifferenceType of an object that stores the difference between two iterators. (Proxy)
GetValueType for reading values. (Proxy)
ReferenceReference type. (Proxy)
SizeType of an object that is suitable to hold size information. (Proxy)
SpecThe spec of a class. (Proxy)
ValueType of the items in the container. (Proxy)
Remarks
The value type of an iterator proxy is the value type of the iterator TIterator.
SeqAn - Sequence Analysis Library - www.seqan.de