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 a snapshot of the develop branch, built from commit 0d33bc146b.
PrevUpHomeNext

Function BOOST_DATE_TIME_SPLIT_FREE

boost::serialization::BOOST_DATE_TIME_SPLIT_FREE

Synopsis

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


 BOOST_DATE_TIME_SPLIT_FREE(boost::posix_time::ptime);

Description

time_duration objects are broken down into 4 parts for serialization: types are hour_type, min_type, sec_type, and fractional_seconds_type as defined in the time_duration class


PrevUpHomeNext