ALib C++ Library
Library Version: 2412 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
T_CharArray< std::basic_string_view< TChar >, TChar, typename std::enable_if< TT_IsChar< TChar >::value >::type > Struct Template Reference

Description:

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
TCharTemplate parameter providing the underlying character type. Restricted to types enabled by TMP helper-struct TT_IsChar.

Definition at line 54 of file std_strings.hpp.

#include <std_strings.hpp>


The documentation for this struct was generated from the following file: