Boost C++ Libraries

PrevUpHomeNext

Type definition native_date_time_types

native_date_time_types

Synopsis

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


typedef mpl::vector< std::time_t, std::tm > native_date_time_types;

Description

An MPL-sequence of natively supported date and time types of attributes


PrevUpHomeNext