|
bool | juce::operator!= (RelativeTime t1, RelativeTime t2) noexcept |
| Compares two RelativeTimes. More...
|
|
RelativeTime | juce::operator+ (RelativeTime t1, RelativeTime t2) noexcept |
| Adds two RelativeTimes together. More...
|
|
RelativeTime | juce::operator- (RelativeTime t1, RelativeTime t2) noexcept |
| Subtracts two RelativeTimes. More...
|
|
bool | juce::operator< (RelativeTime t1, RelativeTime t2) noexcept |
| Compares two RelativeTimes. More...
|
|
bool | juce::operator<= (RelativeTime t1, RelativeTime t2) noexcept |
| Compares two RelativeTimes. More...
|
|
bool | juce::operator== (RelativeTime t1, RelativeTime t2) noexcept |
| Compares two RelativeTimes. More...
|
|
bool | juce::operator> (RelativeTime t1, RelativeTime t2) noexcept |
| Compares two RelativeTimes. More...
|
|
bool | juce::operator>= (RelativeTime t1, RelativeTime t2) noexcept |
| Compares two RelativeTimes. More...
|
|