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

Description:

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

Specialization of template functor T_Append for type Box .

Definition at line 182 of file boxing.hpp.

#include <boxing.hpp>

Public Method Index:

void operator() (TAString< TChar > &target, const boxing::Box &box)
 

Method Details:

◆ operator()()

template<typename TChar >
void operator() ( TAString< TChar > & target,
const boxing::Box & box )
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.
boxThe box to its contents to target .

Definition at line 191 of file boxing.hpp.

Here is the call graph for this function:

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