Boost C++ Libraries

PrevUpHomeNext

Type definition floating_point_types

floating_point_types

Synopsis

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


typedef mpl::vector< float, double, long double > floating_point_types;

Description

An MPL-sequence of FP types of attributes, supported by default


PrevUpHomeNext