|
typedef _Clock | clock |
|
typedef _Duration | duration |
|
typedef duration::period | period |
|
typedef duration::rep | rep |
|
|
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 |
|
template<typename _Clock, typename _Duration = typename _Clock::duration>
struct std::chrono::time_point< _Clock, _Duration >
time_point
Definition at line 68 of file chrono.
The documentation for this struct was generated from the following file: