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) |
|
inline |
Appends src of type QChar to target .
| target | The AString to append src to. |
| src | The source string. |
Definition at line 52 of file qt_strings.hpp.