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

Description:

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

Specialization of type-traits struct T_Append for type QChar.

Definition at line 44 of file qt_strings.hpp.

#include <qt_strings.hpp>

Public Method Index:

void operator() (TAString< TChar > &target, const QChar &src)
 

Method Details:

◆ operator()()

template<typename TChar >
void operator() ( TAString< TChar > & target,
const QChar & src )
inline

Appends src of type QChar to target .

Parameters
targetThe AString to append src to.
srcThe source string.

Definition at line 52 of file qt_strings.hpp.

Here is the call graph for this function:

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