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

Description:

template<typename TChar, typename TAllocator>
struct alib::strings::APPENDABLES::AppendableTraits< std::thread::id, TChar, TAllocator >

Specialization of functor AppendableTraits for type std::thread::id.
.

Definition at line 191 of file appendables.hpp.

#include <appendables.hpp>

Public Method Index:

void operator() (TAString< TChar, TAllocator > &target, const std::thread::id &type)

Method Details:

◆ operator()()

template<typename TChar, typename TAllocator>
void alib::strings::APPENDABLES::AppendableTraits< std::thread::id, TChar, TAllocator >::operator() ( TAString< TChar, TAllocator > & target,
const std::thread::id & type )

Writes the thread information.

Parameters
targetThe AString that Append(const TAppendable&) was invoked on.
typeThe thread ID to write to target.

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