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

Function BOOST_SERIALIZATION_SPLIT_FREE

BOOST_SERIALIZATION_SPLIT_FREE

Synopsis

// In header: <boost/date_time/gregorian/greg_serialize.hpp>


 BOOST_SERIALIZATION_SPLIT_FREE(::boost::gregorian::date_duration);

Description

Method that does serialization for gregorian::date – splits to load/save


PrevUpHomeNext