Specialization of functor AppendableTraits 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 267 of file propertyformatters.hpp.
#include <propertyformatters.hpp>
Public Method Index: | |
| void | 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.
| target | The target string. |
| src | Pointer to the helper-struct object. |
Definition at line 274 of file propertyformatters.hpp.