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

Struct version<boost::posix_time::time_duration>

boost::serialization::version<boost::posix_time::time_duration>

Synopsis

// In header: <boost/date_time/posix_time/time_serialize.hpp>


struct version<boost::posix_time::time_duration> : public integral_constant< int, BOOST_DATE_TIME_POSIX_TIME_DURATION_VERSION >
{
};

PrevUpHomeNext