JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce_RelativeTime.h File Reference
This graph shows which files directly or indirectly include this file:

Classes

class  juce::RelativeTime
 A relative measure of time. More...
 

Namespaces

 juce
 

Functions

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...