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 394 of file chartraits.hpp.
#include <chartraits.hpp>
Public Type Index: | |
| using | TChar = void |
| The character type of the character array that is implemented with type TString. | |
| using TChar = void |
The character type of the character array that is implemented with type TString.
Definition at line 397 of file chartraits.hpp.