ALib C++ Framework
by
Library Version: 2605 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
alib::strings::APPENDABLES::AppendableTraits< format::PropertyFormatterMapAppendable< TFormattable, TOptionEnum >, character, lang::HeapAllocator > Struct Template Reference

Description:

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

Specialization of functor AppendableTraits for helper-struct PropertyFormatterMapAppendable used to format objects with PropertyFormatters.

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

Definition at line 248 of file propertyformatters.hpp.

#include <propertyformatters.hpp>

Public Method Index:

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

Method Details:

◆ operator()()

template<typename TFormattable, typename TOptionEnum>
void alib::strings::APPENDABLES::AppendableTraits< format::PropertyFormatterMapAppendable< TFormattable, TOptionEnum >, character, lang::HeapAllocator >::operator() ( TAString< character, lang::HeapAllocator > & target,
const format::PropertyFormatterMapAppendable< TFormattable, TOptionEnum > & src )
inline

Invokes the void Format(AString&, TVariables, TFormattable&)  of the formatter map encapsulated in src.

Parameters
targetThe target string.
srcThe helper-struct object.

Definition at line 254 of file propertyformatters.hpp.


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