|
C++ API Reference
|
Introduced in 2022.0 More...
#include <MTimeRange.h>
Public Member Functions | |
| bool | empty () const noexcept |
| Check if the set is empty. | |
Public Attributes | |
| MTime | min |
| The lower bound of the set if the set is not empty. | |
| MTime | max |
| The upper bound of the set if the set is not empty. | |
Introduced in 2022.0
Mathematic type that represent a set of time [min, max], i.e. {t | min <= t <= max}