default_attribute_types
// In header: <boost/log/utility/type_dispatch/standard_types.hpp> typedef mpl::copy< string_types, mpl::back_inserter< numeric_types >>::type default_attribute_types;
An MPL-sequence of all attribute value types that are supported by the library by default.