Duration template class. More...
#include <tinythread.h>
Public Member Functions | |
template<class _Rep2 > | |
duration (const _Rep2 &r) | |
Construct a duration object with the given duration. | |
rep | count () const |
Return the value of the duration object. |
Duration template class.
This class provides enough functionality to implement this_thread::sleep_for()
.