Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of boost. Click here for the latest Boost documentation.
PrevUpHomeNext

Type definition default_attribute_types

default_attribute_types

Synopsis

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


typedef mpl::copy< string_types, mpl::back_inserter< numeric_types >>::type default_attribute_types;

Description

An MPL-sequence of all attribute value types that are supported by the library by default.


PrevUpHomeNext