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

Class seconds

boost::posix_time::seconds —

Allows expression of durations as a seconds count.

Synopsis

class seconds : public boost::posix_time::time_duration {
public:
  // construct/copy/destruct
  seconds(long);

  // public member functions
};

Description

seconds construct/copy/destruct

  1. seconds(long s);

seconds public member functions

    Copyright © 2001-2004 CrystalClear Software, Inc

    PrevUpHomeNext