Classes | |
| class | RelativeTime |
| A relative measure of time. More... | |
Functions | |
| bool | operator== (const RelativeTime &t1, const RelativeTime &t2) noexcept |
| Compares two RelativeTimes. | |
| bool | operator!= (const RelativeTime &t1, const RelativeTime &t2) noexcept |
| Compares two RelativeTimes. | |
| bool | operator> (const RelativeTime &t1, const RelativeTime &t2) noexcept |
| Compares two RelativeTimes. | |
| bool | operator< (const RelativeTime &t1, const RelativeTime &t2) noexcept |
| Compares two RelativeTimes. | |
| bool | operator>= (const RelativeTime &t1, const RelativeTime &t2) noexcept |
| Compares two RelativeTimes. | |
| bool | operator<= (const RelativeTime &t1, const RelativeTime &t2) noexcept |
| Compares two RelativeTimes. | |
| RelativeTime | operator+ (const RelativeTime &t1, const RelativeTime &t2) noexcept |
| Adds two RelativeTimes together. | |
| RelativeTime | operator- (const RelativeTime &t1, const RelativeTime &t2) noexcept |
| Subtracts two RelativeTimes. | |
| bool operator== | ( | const RelativeTime & | t1, |
| const RelativeTime & | t2 | ||
| ) |
Compares two RelativeTimes.
| bool operator!= | ( | const RelativeTime & | t1, |
| const RelativeTime & | t2 | ||
| ) |
Compares two RelativeTimes.
| bool operator> | ( | const RelativeTime & | t1, |
| const RelativeTime & | t2 | ||
| ) |
Compares two RelativeTimes.
| bool operator< | ( | const RelativeTime & | t1, |
| const RelativeTime & | t2 | ||
| ) |
Compares two RelativeTimes.
| bool operator>= | ( | const RelativeTime & | t1, |
| const RelativeTime & | t2 | ||
| ) |
Compares two RelativeTimes.
| bool operator<= | ( | const RelativeTime & | t1, |
| const RelativeTime & | t2 | ||
| ) |
Compares two RelativeTimes.
| RelativeTime operator+ | ( | const RelativeTime & | t1, |
| const RelativeTime & | t2 | ||
| ) |
Adds two RelativeTimes together.
| RelativeTime operator- | ( | const RelativeTime & | t1, |
| const RelativeTime & | t2 | ||
| ) |
Subtracts two RelativeTimes.