Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class template subsecond_duration

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

Synopsis

// In header: <boost/date_time/time_duration.hpp>

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

  // construct/copy/destruct
  template<typename T> 
    (, 
                                 = );

  // private member functions
   (( = =, 
                           \ "The base duration resolution must be a multiple of the subsecond duration resolution");
   (,  = ();
};

Description

subsecond_duration public construct/copy/destruct

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

subsecond_duration private member functions

  1.  (( = =, 
                             \ "The base duration resolution must be a multiple of the subsecond duration resolution");
  2.  (,  = ();

PrevUpHomeNext