ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
T_Append< bool, TChar > Struct Template Reference

Description:

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

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)
 

Method Details:

◆ operator()()

template<typename TChar >
void operator() ( TAString< TChar > & target,
bool b )

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

Parameters
targetThe AString that Append was invoked on.
bThe boolean to write to target .

Definition at line 50 of file appendables.cpp.


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