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

Description:

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

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)
 

Method Details:

◆ operator()()

template<typename TChar >
void operator() ( TAString< TChar > & target,
const typename TFormat< TChar >::Hex & fmt )

Appends a string representation of objects of type Format::Hex .

Parameters
targetThe AString that Append was invoked on.
fmtThe format object.

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