Metafunction
DeepestSpec
The deepest spec of a class with nested template arguments.
DeepestSpec<T>::Type
Parameters
T
Type for which the deepest spec is determined.
Return Values
Type
Deepest spec of T.
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.
SeqAn - Sequence Analysis Library - www.seqan.de