Helper TMP struct that determines if a specialization of TMP struct T_CharArray 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. |
TEnableIf | Helper parameter used for templated specializations of this struct. |
Definition at line 405 of file characters.hpp.
#include <characters.hpp>
Public Type Index: | |
using | TChar = void |
using TChar = void |
The character type of the character array that is implemented with type TString .
Definition at line 408 of file characters.hpp.