Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class seconds

boost::posix_time::seconds

Synopsis

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


class seconds : public  {
public:
  // construct/copy/destruct
  template<typename T> 
    (, 
                      = );
};

Description

Allows expression of durations as a seconds count The argument must be an integral type

seconds public construct/copy/destruct

  1. template<typename T> 
      ( s, 
                        = );

PrevUpHomeNext