Metafunction
Spec
The spec of a class.
Spec<T>::Type
Parameters
T
Type for which the spec is determined.
Return Values
Type
Spec of T.
Remarks
The spec of a SeqAn type is the class that is used in template subclassing to specify the specialization. For example, the spec of String<char, Alloc<> > is Alloc<>.
SeqAn - Sequence Analysis Library - www.seqan.de