Spec StdAdaptorIterator
Adapt STL iterators to SeqAn iterators.

Extends Iter
All Extended Iter
All Impl'd IteratorAssociatedTypesConcept
Defined in <seqan/basic.h>
Signature template <typename TContainer> class Iter<TContaier, StdIteratorAdaptor>;

Template Parameters

TContainer The container to iterate over.

Member Function Overview

Member Functions Inherited From Iter

Interface Function Overview

Interface Functions Inherited From IteratorAssociatedTypesConcept

Interface Metafunction Overview

Interface Metafunctions Inherited From Iter

Interface Metafunctions Inherited From IteratorAssociatedTypesConcept

Detailed Description

This type is a wrapper around STL iterators that has a conversion operator back to the underlying iterator.