Specialization of functor AppendableTraits for type bool.
Definition at line 23 of file appendables.hpp.
#include <appendables.hpp>
Public Method Index: | |
| void | operator() (TAString< TChar, TAllocator > &target, bool b) |
|
inline |
Writes the words "true" or "false" to the given AString.
| target | The AString that Append(const TAppendable&) was invoked on. |
| b | The boolean to write to target. |
Definition at line 27 of file appendables.hpp.