#include <astring.hpp>
Helper struct that inherits std::true_type
if functor T_Append is specialized for type T, otherwise std::false_type
.
T | The type to check. |
TChar | The character type of the AString that T is asked to be appendable to. |
TEnableIf | Used for conditional specializations of this struct. |
Definition at line 120 of file astring.hpp.