Fn<> IsCharType
Return whether the argument is char, wchar_t, char const, or wchar_t const.

Defined in <seqan/basic.h>
Signature IsCharType<T>::Type; IsCharType<T>::VALUE;

Template Parameters

T Type to check type of.

Detailed Description

This metafunction is used to enable and disable templated adaptions of arrays to sequences for builtin character types only.

The return value is True/true for char, wchar_t, char const, and wchar_t const.