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

Description:

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

Specialization of functor T_Append for type Format::Escape.

Definition at line 594 of file format.hpp.

#include <format.hpp>

Public Method Index:

void operator() (TAString< TChar > &target, const typename TFormat< TChar >::Escape &esc)
 

Method Details:

◆ operator()()

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

Escapes or un-escapes the characters in the given string.

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

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