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 helper struct PropertyFormatterMapAppendable used to format objects with PropertyFormatters .

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

Definition at line 307 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.
srcThe helper struct object.

Definition at line 315 of file propertyformatters.hpp.

Here is the call graph for this function:

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