Specialization of functor T_Append for type Format::Escape
.
Definition at line 594 of file format.hpp.
#include <format.hpp>
Public Method Index: | |
void | operator() (TAString< TChar > &target, const typename TFormat< TChar >::Escape &esc) |
void operator() | ( | TAString< TChar > & | target, |
const typename TFormat< TChar >::Escape & | esc ) |
Escapes or un-escapes the characters in the given string.
target | The AString that Append was invoked on. |
esc | The object to append. |