Metafunction
Spec
The spec of a class.
Include Headers
seqan/basic.h
Parameters
|  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<> .
Return Values
|  Spec of  | 
SeqAn - Sequence Analysis Library - www.seqan.de