#include <chrono.hpp>
Inherits stdex::chrono::detail::duration_base< _Rep, _Period, _Fallback >.
|
| duration () |
| Construct a duration by default.
|
|
template<class _Rep2 > |
| duration (const _Rep2 &_r_in) |
| Construct a duration object with the given duration.
|
|
rep | count () const |
| Return the value of the duration object.
|
|
template<class _Rep, class _Period>
class stdex::chrono::duration< _Rep, _Period >
Duration template class. This class provides enough functionality to implement this_thread::sleep_for()
.
The documentation for this class was generated from the following file: