libstdc++: std::chrono::time_point< _Clock, _Dur > Class Template Reference (original) (raw)
Public Types | |
---|---|
typedef _Clock | clock |
typedef _Dur | duration |
typedef duration::period | period |
typedef duration::rep | rep |
Public Member Functions | |
---|---|
constexpr | time_point (const duration &__dur) |
template<typename _Dur2 , typename = _Require<is_convertible<_Dur2, _Dur>>> | |
constexpr | time_point (const time_point< clock, _Dur2 > &__t) |
constexpr time_point & | operator++ () |
constexpr time_point | operator++ (int) |
constexpr time_point & | operator+= (const duration &__dur) |
constexpr time_point & | operator-- () |
constexpr time_point | operator-- (int) |
constexpr time_point & | operator-= (const duration &__dur) |
constexpr duration | time_since_epoch () const |
Related Symbols | |
---|---|
(Note that these are not member symbols.) | |
template<typename _Clock , typename _Dur1 , typename _Rep2 , typename _Period2 > | |
constexpr time_point< _Clock, typename common_type< _Dur1, duration< _Rep2, _Period2 > >::type > | operator+ (const time_point< _Clock, _Dur1 > &__lhs, const duration< _Rep2, _Period2 > &__rhs) |
template<typename _Clock, typename _Dur>
class std::chrono::time_point< _Clock, _Dur >
chrono::time_point
represents a point in time as measured by a clock
Definition at line 922 of file chrono.h.
◆ clock
template<typename _Clock , typename _Dur >
◆ duration
template<typename _Clock , typename _Dur >
◆ period
template<typename _Clock , typename _Dur >
◆ rep
template<typename _Clock , typename _Dur >
template<typename _Clock , typename _Dur >
◆ time_point() [2/3]
template<typename _Clock , typename _Dur >
◆ time_point() [3/3]
template<typename _Clock , typename _Dur >
template<typename _Dur2 , typename = _Require<is_convertible<_Dur2, _Dur>>>
◆ max()
template<typename _Clock , typename _Dur >
◆ min()
template<typename _Clock , typename _Dur >
◆ operator++() [1/2]
template<typename _Clock , typename _Dur >
◆ operator++() [2/2]
template<typename _Clock , typename _Dur >
◆ operator+=()
template<typename _Clock , typename _Dur >
◆ operator--() [1/2]
template<typename _Clock , typename _Dur >
◆ operator--() [2/2]
template<typename _Clock , typename _Dur >
◆ operator-=()
template<typename _Clock , typename _Dur >
◆ time_since_epoch()
template<typename _Clock , typename _Dur >
The documentation for this class was generated from the following file: