template<typename TString, typename TChar, typename TEnableIf = void>
struct alib::characters::T_ZTCharArray< TString, TChar, TEnableIf >
This type traits struct is in all aspects equivalent to T_CharArray , only that this struct provides traits on zero-terminated character arrays, while % T_CharArray is about non-zero terminated arrays.
Please, therefore consult the documentation of type T_CharArray .
- See also
- For detailed information, see chapter 4. Character Arrays of the Programmer's Manual of module ALib Characters .
- Template Parameters
-
TString | The type for which specializations of this struct provide array type traits. |
TChar | The character type of the character array that specializations provide type traits for. |
TEnableIf | Optional TMP parameter to allow templated and/or selective specializations. |
Definition at line 346 of file characters.hpp.