ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
T_Append< typename lang::format::PropertyFormatterMapAppendable< TFormattable, TOptionEnum > *, character > Struct Template Reference

Description:

template<typename TFormattable, typename TOptionEnum>
struct alib::strings::APPENDABLES::T_Append< typename lang::format::PropertyFormatterMapAppendable< TFormattable, TOptionEnum > *, character >

Specialization of functor T_Append for pointers to helper struct PropertyFormatterMapAppendable used to format objects with PropertyFormatters .

Template Parameters
TFormattableThe formattable object type.
TOptionEnumThe format option enumeration type.

Definition at line 329 of file propertyformatters.hpp.

#include <propertyformatters.hpp>

Public Method Index:

void operator() (TAString< character > &target, const typename lang::format::PropertyFormatterMapAppendable< TFormattable, TOptionEnum > *src)
 

Method Details:

◆ operator()()

template<typename TFormattable , typename TOptionEnum >
void operator() ( TAString< character > & target,
const typename lang::format::PropertyFormatterMapAppendable< TFormattable, TOptionEnum > * src )
inline

Invokes the PropertyFormatters::Format of the formatter map encapsulated in src .

Parameters
targetThe target string.
srcPointer to the helper struct object.

Definition at line 337 of file propertyformatters.hpp.

Here is the call graph for this function:

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