Helper TMP struct that determines if a specialization of TMP struct T_ZTCharArray exists for type TString, and if so, for which character type such specialization was made.
If a specialization exists, the class inherits std::true_type
, otherwise std::false_type
.
TString | The custom type to test. |
EnableIf | Helper parameter used for templated specializations of this struct. |
Definition at line 416 of file chartraits.hpp.
#include <chartraits.hpp>
Public Type Index: | |
using | TChar = void |
using TChar = void |
The character type of the zero-terminated character array that is implemented with type TString.
Definition at line 420 of file chartraits.hpp.