fn() convertImpl
Implements convert.

Defined in <seqan/basic.h>
Signature T convertImpl(convert, source);

Parameters

convert Object that specifies the conversion. A constant instance of Convert is used to specify the conversion target.
source An object that should be converted.

Return Values

T source converted to the type specified by convert.

Detailed Description

Remarks

This function implements convert. It is recommended to use convert rather than convertImpl.

Data Races

If not stated otherwise, concurrent invocation is not guaranteed to be thread-safe.

See Also