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

Description:

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

Specialization of functor T_Append for type Format::Field.

Definition at line 578 of file format.hpp.

#include <format.hpp>

Public Method Index:

void operator() (TAString< TChar > &target, const typename TFormat< TChar >::Field &field)
 

Method Details:

◆ operator()()

template<typename TChar >
void operator() ( TAString< TChar > & target,
const typename TFormat< TChar >::Field & field )

Appends a field with the adjusted boxed content to the given string.

Parameters
targetThe AString that Append was invoked on.
fieldThe object to append.

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