period.cpp
bool operator==(const Period &other) const
Returns true if this period is equal to the other one.
Definition period.cpp:54
bool operator<(const Period &other)
Returns true if this element is smaller than the.
Definition period.cpp:49
|
period.cpp bool operator==(const Period &other) const Returns true if this period is equal to the other one. Definition period.cpp:54 bool operator<(const Period &other) Returns true if this element is smaller than the. Definition period.cpp:49 |