Metafunction
Spec
The spec of a class.
Spec<T>::Type
Include Headers
seqan/basic.h
Parameters
T
Type for which the spec is determined.
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<>.
There is a default specialization for this metafunction that returns void. Also, there is an implementation of Metafunction Spec for templates with one argument that returns this argument.
Return Values
Type
Spec of T.
SeqAn - Sequence Analysis Library - www.seqan.de
 

Page built @2013/07/11 09:12:19