ALib C++ Library
Library Version: 2412 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
T_CharArray< std::vector< 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::vector< TChar >, TChar, typename std::enable_if< TT_IsChar< TChar >::value >::type >

Specialization of TMP struct T_CharArray for type std::vector<TChar>:

  • Character array data (string data) is allowed to be implicitly accessed.
  • The construction from character arrays is defined to be allowed in explicit fashion only, because std::vector is a heavy-weight type which will copy the data to an allocated buffer.
Template Parameters
TCharTemplate parameter providing the underlying character type. Restricted to types enabled by TMP helper-struct TT_IsChar.

Definition at line 166 of file std_strings.hpp.

#include <std_strings.hpp>


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