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 to view this page for the latest version.
PrevUpHomeNext

Struct identity_element<boost::gregorian::date_duration>

boost::icl::identity_element<boost::gregorian::date_duration>

Synopsis

// In header: <boost/icl/gregorian.hpp>


struct identity_element<boost::gregorian::date_duration> {

  // public static functions
  static boost::gregorian::date_duration value();
};

Description

identity_element public static functions

  1. static boost::gregorian::date_duration value();

PrevUpHomeNext