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

Description:

template<typename TChar>
struct alib::strings::APPENDABLES::T_Append< lang::Exception, TChar >

Specialization of functor T_Append for type Exception .

Template Parameters
TCharThe character type.

Definition at line 551 of file exception.hpp.

#include <exception.hpp>

Public Method Index:

void operator() (TAString< TChar > &target, const lang::Exception &src)
 

Method Details:

◆ operator()()

template<typename TChar >
void operator() ( TAString< TChar > & target,
const lang::Exception & src )
inline

Invokes Exception::Format passing the target .

Parameters
targetThe AString that method Append was invoked on.
srcThe exception to append.

Definition at line 559 of file exception.hpp.

Here is the call graph for this function:

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