Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template save

boost::serialization::save — Function to save posix_time::time_period objects using serialization lib.

Synopsis

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


template<typename Archive> 
   ( ar,  tp, );

Description

time_period objects are broken down into 2 parts for serialization: a begining ptime object and an ending ptime object


PrevUpHomeNext