ALib C++ Framework
by
Library Version: 2605 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
alib::strings::APPENDABLES::AppendableTraits< bool, TChar, TAllocator > Struct Template Reference

Description:

template<typename TChar, typename TAllocator>
struct alib::strings::APPENDABLES::AppendableTraits< bool, TChar, TAllocator >

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)

Method Details:

◆ operator()()

template<typename TChar, typename TAllocator>
void alib::strings::APPENDABLES::AppendableTraits< bool, TChar, TAllocator >::operator() ( TAString< TChar, TAllocator > & target,
bool b )
inline

Writes the words "true" or "false" to the given AString.

Parameters
targetThe AString that Append(const TAppendable&) was invoked on.
bThe boolean to write to target.

Definition at line 27 of file appendables.hpp.


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