![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qtaggedtime_p.h>
Public Types | |
using | Duration = QTaggedDuration<ValueType, Tag> |
using | Base = BaseTime<ValueType, QTaggedTimePoint, Duration> |
Public Member Functions | |
constexpr Duration | asDuration () const noexcept |
Public Member Functions inherited from BaseTime< ValueType, QTaggedTimePoint< ValueType, Tag >, QTaggedDuration< ValueType, Tag > > | |
constexpr ValueType | get () const noexcept |
constexpr | BaseTime (ValueType value) noexcept |
constexpr QTaggedTimePoint< ValueType, Tag > & | operator= (const QTaggedTimePoint< ValueType, Tag > &other) noexcept |
Q_DECLARE_STRONGLY_ORDERED (QTaggedTimePoint< ValueType, Tag >) | |
constexpr QTaggedTimePoint< ValueType, Tag > | operator- () const |
Friends | |
constexpr Duration | operator- (const QTaggedTimePoint &lhs, const QTaggedTimePoint &rhs) noexcept |
Definition at line 98 of file qtaggedtime_p.h.
using QTaggedTimePoint< ValueType, Tag >::Base = BaseTime<ValueType, QTaggedTimePoint, Duration> |
Definition at line 103 of file qtaggedtime_p.h.
using QTaggedTimePoint< ValueType, Tag >::Duration = QTaggedDuration<ValueType, Tag> |
Definition at line 102 of file qtaggedtime_p.h.
|
inlineconstexprnoexcept |
Definition at line 112 of file qtaggedtime_p.h.
|
friend |
Definition at line 106 of file qtaggedtime_p.h.