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) |
| void alib::strings::APPENDABLES::AppendableTraits< std::thread::id, TChar, TAllocator >::operator() | ( | TAString< TChar, TAllocator > & | target, |
| const std::thread::id & | type ) |
Writes the thread information.
| target | The AString that Append(const TAppendable&) was invoked on. |
| type | The thread ID to write to target. |