Helper-struct that in its non-specialized version inherits from std::false_type
. For the three ALib character types nchar, wchar and xchar (respectively character, complementChar and strangeChar), a specialization exists that inherits std::true_type
.
With that, the class may be used to decide if template type TChar is an ALib character type.
TChar | The type to test for being an ALib character type. |
Definition at line 627 of file chartraits.hpp.
#include <chartraits.hpp>