Class usduration
boost::interprocess::usduration
Synopsis
class usduration {
public:
( = );
() ;
() ;
() ;
() ;
() ;
};
Description
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
( other) ;
( other) ;
( other) ;
( other) ;