Metafunction
AllowsFastRandomAccess
Determines whether a sequence efficiently supports random access.
AllowsFastRandomAccess<T>::VALUE
Parameters
T
Type that is tested for fast random access.
Return Values
VALUE
true if T supports fast random access, false otherwise.
Remarks
For example Alloc String, Segment, and Block String return true.
SeqAn - Sequence Analysis Library - www.seqan.de