ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
T_ZTCharArray< 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_ZTCharArray< std::basic_string_view< TChar >, TChar, typename std::enable_if< TT_IsChar< TChar >::value >::type >

Specialization of TMP struct T_ZTCharArray for type std::basic_string_view<TChar>:

  • Zero-terminated string data is allowed to be explicitly accessed as usually data represented by type std::string_view is not zero-terminated.
  • The type may be implicitly created from zero-terminated character arrays.
Template Parameters
TCharTemplate parameter providing the underlying character type. Restricted to types enabled by TMP helper struct TT_IsChar .

Definition at line 100 of file std_characters.hpp.

#include <std_characters.hpp>


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