C++ API Reference
|
Mathematic type that represent a set of time [min, max], i.e. 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. | |
Mathematic type that represent a set of time [min, max], i.e.
{t | min <= t <= max}