Public Types |
typedef _Clock | clock |
typedef _Duration | duration |
typedef duration::period | period |
typedef duration::rep | rep |
Public Member Functions |
time_point & | operator+= (const duration &__dur) |
time_point & | operator-= (const duration &__dur) |
| time_point (const duration &__dur) |
template<typename _Duration2 > |
| time_point (const time_point< clock, _Duration2 > &__t) |
duration | time_since_epoch () const |
Detailed Description
template<typename _Clock, typename _Duration>
struct std::chrono::time_point< _Clock, _Duration >
time_point
Definition at line 465 of file chrono.
The documentation for this struct was generated from the following file: