LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
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 415 of file MetaUtils.h.