C++ API Reference
MClosedTimeInterval Struct 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.
 

Detailed Description

Mathematic type that represent a set of time [min, max], i.e.

{t | min <= t <= max}

Note
An open interval (min, max) can be represented by [min + 1_tick, max - 1_tick]

The documentation for this struct was generated from the following file: