Specialization of functor T_Append for type ByteSizeSI .
Definition at line 231 of file bytesize.hpp.
#include <bytesize.hpp>
Public Method Index: | |
ALIB_API void | operator() (AString &target, const lang::format::ByteSizeSI size) |
ALIB_API void operator() | ( | AString & | target, |
const lang::format::ByteSizeSI | size ) |
Appends the formatted ByteSizeSI to the target .
target | The AString that Append was invoked on. |
size | The size to append. |