Boost C++ Libraries

PrevUpHomeNext

Struct template make_default_attribute_types

boost::log::make_default_attribute_types

Synopsis

// In header: <boost/log/utility/type_dispatch/standard_types.hpp>

template<typename CharT> 
struct make_default_attribute_types {
};

Description

An auxiliary type sequence maker. The sequence contains all attribute value types that are supported by the library by default.


PrevUpHomeNext