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

boost::date_time::subsecond_duration — Template for instantiating derived adjusting durations.

Synopsis

template<typename base_duration, boost::int64_t frac_of_second> 
class subsecond_duration {
public:
  // types
  typedef base_duration::traits_type traits_type;

  // construct/copy/destruct
  subsecond_duration(boost::int64_t);

  // public member functions
};

Description

subsecond_duration construct/copy/destruct

  1. subsecond_duration(boost::int64_t ss);

subsecond_duration public member functions

    Copyright © 2001-2005 CrystalClear Software, Inc

    PrevUpHomeNext