|
constexpr | PhysicsTick (tick_t tick) noexcept |
|
constexpr auto | IsNull () const noexcept -> bool |
|
constexpr auto | Value () const noexcept -> tick_t |
|
constexpr | operator tick_t () const noexcept |
|
constexpr auto | operator++ () noexcept -> PhysicsTick & |
|
constexpr auto | operator++ (int) noexcept -> PhysicsTick |
|
constexpr auto | operator-- () noexcept -> PhysicsTick & |
|
constexpr auto | operator-- (int) noexcept -> PhysicsTick |
|
constexpr auto | operator+ (tick_t rhs) const noexcept -> PhysicsTick |
|
constexpr auto | operator- (tick_t rhs) const noexcept -> PhysicsTick |
|
constexpr auto | operator+= (tick_t rhs) noexcept -> PhysicsTick & |
|
constexpr auto | operator-= (tick_t rhs) noexcept -> PhysicsTick & |
|
constexpr auto | operator<=> (const PhysicsTick &) const noexcept=default |
|
Type safe wrapper representing a timepoint in the physics simulation.