boost::corosio::timer::expiry
Get the timer's expiry time as an absolute time.
Synopsis
Declared in <boost/corosio/timer.hpp>
time_point
expiry() const;
Return Value
The expiry time point. If no expiry has been set, returns a default‐constructed time_point.
Created with MrDocs