Specialization of functor AppendableTraits for helper-struct PropertyFormatterMapAppendable used to format objects with PropertyFormatters.
| TFormattable | The formattable object type. |
| TOptionEnum | The 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) |
|
inline |
Invokes the void Format(AString&, TVariables, TFormattable&) of the formatter map encapsulated in src.
| target | The target string. |
| src | The helper-struct object. |
Definition at line 254 of file propertyformatters.hpp.