Function
convert
Converts a value into another value.
Include Headers
seqan/basic.h
Parameters
|  The type  | |
|  An object that is converted to  | 
Remarks
 This function is implemented in convertImpl.
Do not specialize convert , specialize convertImpl instead.
Return Values
Metafunctions: Convert
Remarks: If source  can be re-interpreted as instance of Target , then a reference is returned.
Otherwise the function returns a temporary object.
See Also
SeqAn - Sequence Analysis Library - www.seqan.de