boost::logging::tss_ostringstream< stream > Struct Template Reference
Represents an ostringstream that takes advantage of TSS (Thread Specific Storage). In other words, each thread has its own copy of an ostringstream, thus when needed, we avoid the cost of re-creating it (it's created only once per thread).
More...
List of all members.
Detailed Description
template<class stream = std::basic_ostringstream<char_type>>
struct boost::logging::tss_ostringstream< stream >
Represents an ostringstream that takes advantage of TSS (Thread Specific Storage). In other words, each thread has its own copy of an ostringstream, thus when needed, we avoid the cost of re-creating it (it's created only once per thread).
The documentation for this struct was generated from the following file:
- detail/tss/tss_ostringstream.hpp
Copyright John Torjo © 2007
Have a question/ suggestion/ comment? Send me feedback