ot::Time::GetDistantFuture() const method
Returns a new `Time` instance which is in distant future relative to current `Time` object. The distant future is the largest time that is ahead of `Time`. For any time `t`, if `(*this <= t)`, then `t GetGetDistantFuture()`, except for the ambiguous `t` value which is half range `(1 << 31)` apart. When comparing `GetDistantFuture()` with a time `t` the caller must ensure that `t` is already ahead of `*this`.
Syntax
Time GetDistantFuture(void) const; Return value
A new `Time` in distance future relative to current `Time` object.
ot::Time::GetDistantFuture() const is called by 1 function and calls 1 function:
![]()
ot::Time::GetDistantFuture() const
ot::Time::GetDistantFuture() const reads 2 variables:
![]()
ot::Time::GetDistantFuture() const