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

Description:

template<typename TChar>
struct alib::strings::APPENDABLES::T_Append< std::type_info, TChar >

Specialization of functor T_Append for type std::type_info.

Definition at line 246 of file appendables.inl.

Public Method Index:

void operator() (TAString< TChar > &target, const std::type_info &type)
 

Method Details:

◆ operator()()

template<typename TChar >
void operator() ( TAString< TChar > & target,
const std::type_info & type )

Writes the demangled type name.

Parameters
targetThe AString that Append was invoked on.
typeThe type to write to target .

Definition at line 105 of file appendables.cpp.


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