ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
T_Append< lang::format::ByteSizeSI, character > Struct Reference

Description:

Specialization of functor T_Append for type ByteSizeSI .

Note
This specialization is available only if module ALib BaseCamp is included in the ALib Distribution and a using source file includes header alib/lang/format/bytesize.hpp .

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)
 

Method Details:

◆ operator()()

ALIB_API void operator() ( AString & target,
const lang::format::ByteSizeSI size )

Appends the formatted ByteSizeSI to the target .

Parameters
targetThe AString that Append was invoked on.
sizeThe size to append.

The documentation for this struct was generated from the following file: