Specialization of template functor T_Append for type Box .
Definition at line 182 of file boxing.hpp.
#include <boxing.hpp>
Public Method Index: | |
void | operator() (TAString< TChar > &target, const boxing::Box &box) |
|
inline |
Writes the given boxed object. This is done by invoking box-function FAppend on box value .
target | The AString that Append was invoked on. |
box | The box to its contents to target . |
Definition at line 191 of file boxing.hpp.