Metafunction
IsSequence
Determines whether a container stores its elements in sequential order.
IsSequence<T>::VALUE
Parameters
T
Type that is tested for being a sequence.
Return Values
VALUE
true if T is a sequence, false otherwise.
Remarks
For example String and Segment return true.
SeqAn - Sequence Analysis Library - www.seqan.de