#include <chrono>
#include "avutils.h"
#include "rational.h"
Go to the source code of this file.
|
bool | av::operator> (const Timestamp &left, const Timestamp &right) noexcept |
|
bool | av::operator< (const Timestamp &left, const Timestamp &right) noexcept |
|
bool | av::operator== (const Timestamp &left, const Timestamp &right) noexcept |
|
bool | av::operator!= (const Timestamp &left, const Timestamp &right) noexcept |
|
bool | av::operator>= (const Timestamp &left, const Timestamp &right) noexcept |
|
bool | av::operator<= (const Timestamp &left, const Timestamp &right) noexcept |
|
Timestamp | av::operator+ (const Timestamp &left, const Timestamp &right) noexcept |
|
Timestamp | av::operator- (const Timestamp &left, const Timestamp &right) noexcept |
|
Timestamp | av::operator* (const Timestamp &left, const Timestamp &right) noexcept |
|
Timestamp | av::operator/ (const Timestamp &left, const Timestamp &right) noexcept |
|
std::ostream & | av::operator<< (std::ostream &ost, const Timestamp &ts) |
|