Specialization of functor T_Append for type Format::Tab
.
Definition at line 563 of file format.hpp.
#include <format.hpp>
Public Method Index: | |
void | operator() (TAString< TChar > &target, const typename TFormat< TChar >::Tab &tab) |
void operator() | ( | TAString< TChar > & | target, |
const typename TFormat< TChar >::Tab & | tab ) |
Appends tabulator characters to the given string.
target | The AString that Append was invoked on. |
tab | The object to append. |