Specialization of functor T_Append for type Format::Field
.
Definition at line 578 of file format.hpp.
#include <format.hpp>
Public Method Index: | |
void | operator() (TAString< TChar > &target, const typename TFormat< TChar >::Field &field) |
void operator() | ( | TAString< TChar > & | target, |
const typename TFormat< TChar >::Field & | field ) |
Appends a field with the adjusted boxed content to the given string.
target | The AString that Append was invoked on. |
field | The object to append. |