Class FunctorConvert
Functor that converts between two types.

Defined in <seqan/modifier.h>
Signature template <typename TInType, typename TOutType> struct FunctorConvert;

Template Parameters

TInType The parameter/input type.
TOutType The return/result type, defaults to TInType.

Member Function Overview

Member Functions Detail

TOutType FunctorLowcase::operator()(in);

Function call operator.

Parameters

in The value to convert (in).

Returns

TOutType The converted value (TOutType).

Data Races

Thread safety unknown!