ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
TT_IsAppendable< T, TChar, TEnableIf > Struct Template Reference

Description:

template<typename T, typename TChar, typename TEnableIf = void>
struct alib::strings::TT_IsAppendable< T, TChar, TEnableIf >

Helper struct that inherits std::true_type if functor T_Append is specialized for type T , otherwise std::false_type.

Template Parameters
TThe type to check.
TCharThe character type of the AString that T is asked to be appendable to.
TEnableIfUsed for conditional specializations of this struct.

Definition at line 124 of file astring.hpp.

#include <astring.hpp>

Inheritance diagram for TT_IsAppendable< T, TChar, TEnableIf >:
[legend]
Collaboration diagram for TT_IsAppendable< T, TChar, TEnableIf >:
[legend]

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