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

Description:

template<typename TChar>
struct alib::strings::APPENDABLES::T_Append< boxing::Enum, TChar >

Specialization of functor T_Append for type Enum .

Definition at line 377 of file enum.hpp.

#include <enum.hpp>

Public Method Index:

void operator() (TAString< TChar > &target, const boxing::Enum &value)
 

Method Details:

◆ operator()()

template<typename TChar >
void operator() ( TAString< TChar > & target,
const boxing::Enum & value )
inline

Writes the given boxed object. This is done by invoking box-function FAppend on box value .

Parameters
targetThe AString that Append was invoked on.
valueThe enum-box to its contents to target .

Definition at line 386 of file enum.hpp.

Here is the call graph for this function:

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