Metafunction
Convert
Return type of a conversion.
Convert<Target, Source>::Type
Parameters
Target
Type the object should be converted to.
Source
Type of the object that should be converted to Target.
Return Values
Type
Type that is returned by convert.
Remarks: This is either Target or Target &: If instances of Source: /cvsroot/ag-bio/seqan/version7/projects/library/seqan/basic/basic_converter.h,v can be re-interpreted as instances of Target, than this metafunction returns a reference, otherwise it returns Target, that is convert returns a temporary.
Functions
convertImplImplements convert.
Remarks
A constant instance of Convert is (ab)used as tag argument of convertImpl.
SeqAn - Sequence Analysis Library - www.seqan.de