Specialization of functor T_Append for type uint64_t
.
Definition at line 157 of file appendables.inl.
Public Method Index: | |
void | operator() (TAString< TChar > &target, uint64_t value) |
void operator() | ( | TAString< TChar > & | target, |
uint64_t | value ) |
Creates a defaulted object of type Format and defers the number conversion to the corresponding static specialization for that type.
target | The AString that Append was invoked on. |
value | The value to write. |
Definition at line 65 of file appendables.cpp.