Metafunction
DeepestSpec
The deepest spec of a class with nested template arguments.
Include Headers
seqan/basic.h
Parameters
|  Type for which the deepest spec is determined. | 
Remarks
 The spec of a SeqAn type is the innermost class that is used in nested subclassing.
 For example, the deepest spec of Iter<..., VSTree<BottomUp<Mums> > >  is Mums .
Return Values
|  Deepest spec of  | 
SeqAn - Sequence Analysis Library - www.seqan.de