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

Description:

template<typename T, typename TChar, typename TAllocator, typename TEnableIf = void>
struct alib::strings::TT_IsAppendable< T, TChar, TAllocator, 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.
TAllocatorThe allocator type of the AString, as prototyped with Allocator.
TEnableIfUsed for conditional specializations of this struct.

Definition at line 128 of file tastring.inl.

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

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