Specialization of functor AppendableTraits for type std::type_info.
Available only in debug-compilations.
Definition at line 180 of file appendables.hpp.
#include <appendables.hpp>
Public Method Index: | |
| void | operator() (TAString< TChar, TAllocator > &target, const std::type_info &type) |
| void alib::strings::APPENDABLES::AppendableTraits< std::type_info, TChar, TAllocator >::operator() | ( | TAString< TChar, TAllocator > & | target, |
| const std::type_info & | type ) |
Writes the demangled type name.
| target | The AString that Append(const TAppendable&) was invoked on. |
| type | The type to write to target. |