Metafunction
RemoveConst
Converts a (const) type into the corresponding non-const type.
RemoveConst<T>::Type
Include Headers
seqan/basic.h
Parameters
T
Input type.
Return Values
Type
A corresponding non-const type, e.g. int for T = const int.
Default: T
SeqAn - Sequence Analysis Library - www.seqan.de
 

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