template<typename TChar>
struct alib::characters::compatibility::std::T_CharArray< std::basic_string_view< TChar >, TChar, typename std::enable_if< TT_IsChar< TChar >::value >::type >
Specialization of TMP struct T_CharArray for type std::basic_string_view<TChar>
:
- Character array data (string data) is allowed to be implicitly accessed.
- The type may be implicitly created from character array data.
- Template Parameters
-
TChar | Template parameter providing the underlying character type. Restricted to types enabled by TMP helper struct TT_IsChar . |
Definition at line 76 of file std_characters.hpp.