Concept ForwardContainerConcept
A forward container is a Container whose elements follow a strict linear ordering.

Extends ContainerConcept
All Extended AssignableConcept, ContainerConcept, DestructibleConcept
All Subcl's RandomAccessContainerConcept, ReversibleContainerConcept, StringConcept
Defined in <seqan/basic.h>
Signature ForwardContainerConcept<T>

Detailed Description

The order of the elements will not change spontaneously from iteration to iteration. The linear iteration of elements allows the ForwardContainer to define a lexical ordering if its elements have the LessThanComparableConcept concept.

Member Function Overview

Member Functions Inherited From AssignableConcept

Interface Function Overview

Interface Functions Inherited From AssignableConcept

Interface Functions Inherited From ContainerConcept

Interface Metafunction Overview

Interface Metafunctions Inherited From ContainerConcept