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 template serialize

serialization::serialize

Synopsis

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


template<typename Archive> 
  void serialize(Archive & ar, ::boost::gregorian::date & d, 
                 const unsigned int file_version);

Description

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


PrevUpHomeNext