util::is_character_type< T > Struct Template Reference

Trait: whether type T is a character type. More...

#include <MetaUtils.h>

Inheritance diagram for util::is_character_type< T >:
util::details::is_character_type_impl< T >

Detailed Description

template<typename T>
struct util::is_character_type< T >

Trait: whether type T is a character type.

Template Parameters
Tthe 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.


The documentation for this struct was generated from the following file: