Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template save

boost::serialization::save — Function to save first_day_of_the_week_in_month objects using serialization lib.

Synopsis

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


template<typename Archive> 
  void save(Archive & ar, const gregorian::first_kday_of_month & fkd, 
            unsigned int);

Description

first_day_of_the_week_in_month objects are broken down into 2 parts for serialization: the day of the week, and the month


PrevUpHomeNext