Class FunctorUpcase
Functor that returns the upper case character for a given character.

Defined in <seqan/modifier.h>
Signature template <typename TInType[, typename TResult]> struct FunctorUpcase;

Template Parameters

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

Member Function Overview

Member Functions Detail

TResult FunctorUpcase::operator()(in);

Function call operator.

Parameters

in The value to convert (in).

Returns

TResult The converted value (TResult).

Data Races

Thread safety unknown!