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

Description:

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

Specialization of functor T_Append for type Format::Tab.

Definition at line 563 of file format.hpp.

#include <format.hpp>

Public Method Index:

void operator() (TAString< TChar > &target, const typename TFormat< TChar >::Tab &tab)
 

Method Details:

◆ operator()()

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

Appends tabulator characters to the given string.

Parameters
targetThe AString that Append was invoked on.
tabThe object to append.

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