openshot-audio
0.1.6
|
Functions | |
RelativeTime | operator+ (RelativeTime t1, RelativeTime t2) noexcept |
RelativeTime | operator- (RelativeTime t1, RelativeTime t2) noexcept |
bool | operator== (RelativeTime t1, RelativeTime t2) noexcept |
bool | operator!= (RelativeTime t1, RelativeTime t2) noexcept |
bool | operator> (RelativeTime t1, RelativeTime t2) noexcept |
bool | operator< (RelativeTime t1, RelativeTime t2) noexcept |
bool | operator>= (RelativeTime t1, RelativeTime t2) noexcept |
bool | operator<= (RelativeTime t1, RelativeTime t2) noexcept |
|
noexcept |
Compares two RelativeTimes.
|
noexcept |
Adds two RelativeTimes together.
|
noexcept |
Subtracts two RelativeTimes.
|
noexcept |
Compares two RelativeTimes.
|
noexcept |
Compares two RelativeTimes.
|
noexcept |
Compares two RelativeTimes.
|
noexcept |
Compares two RelativeTimes.
|
noexcept |
Compares two RelativeTimes.