ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
T_Append< uint64_t, TChar > Struct Template Reference

Description:

template<typename TChar>
struct alib::strings::APPENDABLES::T_Append< uint64_t, TChar >

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)
 

Method Details:

◆ operator()()

template<typename TChar >
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.

Parameters
targetThe AString that Append was invoked on.
valueThe value to write.

Definition at line 65 of file appendables.cpp.

Here is the call graph for this function:

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