ALib C++ Library
Library Version: 2312 R0
Documentation generated by doxygen
TT_IsAppendable< T, TChar, TEnableIf > Struct Template Reference

#include <astring.hpp>

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

Class Description

template<typename T, typename TChar, typename TEnableIf = void>
struct aworx::lib::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 120 of file astring.hpp.


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