Trait: whether type T
is a character type.
More...
#include <MetaUtils.h>
Trait: whether type T
is a character type.
T | the type to be tested |
Character types are char
(in all its sign options), wchar_t
, char32_t
and char16_t
, in any combination of constantness and volatility. References to types yield the same value as the types they reference.
Definition at line 443 of file MetaUtils.h.