Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct size_type_of<boost::posix_time::ptime>

boost::icl::size_type_of<boost::posix_time::ptime>

Synopsis

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


struct size_type_of<boost::posix_time::ptime> {
  // types
  typedef boost::posix_time::time_duration type;
};

PrevUpHomeNext