Specialization of functor T_Append for pointers to helper struct PropertyFormatterMapAppendable used to format objects with PropertyFormatters .
TFormattable | The formattable object type. |
TOptionEnum | The 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) |
|
inline |
Invokes the PropertyFormatters::Format of the formatter map encapsulated in src .
target | The target string. |
src | Pointer to the helper struct object. |
Definition at line 337 of file propertyformatters.hpp.