![]() |
Home | Libraries | People | FAQ | More |
boost::interprocess::usduration
// In header: <boost/interprocess/timed_utils.hpp> class usduration { public: // public member functions ( = ); () ; (usduration &) ; (usduration &) ; (usduration &) ; (usduration &) ; };
Describes a simple duration type with microsecond resolution that can be used with the ustime time-point utility to call timed functions of Boost.Interprocess' synchronization classes that expect a duration type (wait_for, lock_for...)
usduration
public member functions( microsecs = );
Constructs a duration type that stores microseconds from the passed count
() ;
Returns the stored microsecond count
(usduration & other) ;
(usduration & other) ;
(usduration & other) ;
(usduration & other) ;