Boost C++ Libraries

PrevUpHomeNext

Type definition date_types

date_types

Synopsis

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


typedef mpl::joint_view< native_date_types, boost_date_types >::type date_types;

Description

An MPL-sequence with the complete list of the supported date types


PrevUpHomeNext