Trait: whether type T
is a character string type.
More...
#include <MetaUtils.h>
Trait: whether type T
is a character string type.
T | the type to be tested |
util::is_character_type
In this definition, any container of character types is a string. A container is defined as a type having a value_type
member. Also, C-style arrays and pointers to characters are considered strings. Reference types yield the same value as their referenced type.
Definition at line 462 of file MetaUtils.h.