Specialization of functor T_Append for type Format::Hex
.
Definition at line 627 of file format.hpp.
#include <format.hpp>
Public Method Index: | |
void | operator() (TAString< TChar > &target, const typename TFormat< TChar >::Hex &fmt) |
void operator() | ( | TAString< TChar > & | target, |
const typename TFormat< TChar >::Hex & | fmt ) |
Appends a string representation of objects of type Format::Hex .
target | The AString that Append was invoked on. |
fmt | The format object. |