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

Description:

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

Specialization of functor T_Append for type Format.

Definition at line 548 of file format.hpp.

#include <format.hpp>

Public Method Index:

void operator() (TAString< TChar > &target, const TFormat< TChar > &fmt)
 

Method Details:

◆ operator()()

template<typename TChar >
void operator() ( TAString< TChar > & target,
const TFormat< TChar > & fmt )

Appends a string representation of the value encapsulated in the given Format value.

Parameters
targetThe AString that Append was invoked on.
fmtThe format object.

Definition at line 296 of file appendables.cpp.

Here is the call graph for this function:

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