libcsdbg  1.28
C++ exception (and generic) stack trace debug library
string & csdbg::string::append ( i8  ch)
inlinevirtual

Append a character.

Parameters
[in]chthe appended character
Returns
*this
Exceptions
std::bad_alloc
csdbg::exception

Definition at line 453 of file string.cpp.

References append().

454 {
455  return append("%c", ch);
456 }
virtual string & append(const string &)
Append a string.
Definition: string.cpp:404

+ Here is the call graph for this function: