Specialization of functor T_Append for type bool
.
Definition at line 28 of file appendables.inl.
Public Method Index: | |
void | operator() (TAString< TChar > &target, bool b) |
void operator() | ( | TAString< TChar > & | target, |
bool | b ) |
Writes the words "true" or "false" to the given AString.
target | The AString that Append was invoked on. |
b | The boolean to write to target . |
Definition at line 50 of file appendables.cpp.