Class
ModifiedIterator
Allows to modify arbitrary iterators by specializing what differs from an origin.
![]() | ![]() | ||||||||||||||||
ModifiedIterator | |||||||||||||||||
![]() | ![]() | ||||||||||||||||
|
Include Headers
seqan/modifier.h
Parameters
Original iterator. Types: RandomAccessIteratorConcept | |
The modifier type. Metafunctions: Spec |
Remarks
Implements
Specializations
Mirrors the characters from begin to end. | |
Transforms the characters of the |
Functions
The difference between two iterators. (RandomAccessIteratorConcept) | |
Access to the value. (IteratorAssociatedTypesConcept) | |
Iterates some steps further. (RandomAccessIteratorConcept) | |
Iterates to next position. (ForwardIteratorConcept) | |
Iterates to pevious position. (BidirectionalIteratorConcept) | |
Reference to the value. (IteratorAssociatedTypesConcept) |
SeqAn - Sequence Analysis Library - www.seqan.de