![]() |
Andrey Semashev
08.03.2007
This header contains definition of the attribute set container.
namespace boost { namespace log { template<typename CharT> class basic_attribute_set; typedef basic_attribute_set< char > attribute_set; // Convenience typedef for narrow-character logging. typedef basic_attribute_set< wchar_t > wattribute_set; // Convenience typedef for wide-character logging. template<typename CharT> void swap(basic_attribute_set< CharT > &, basic_attribute_set< CharT > &); } }