|
static bool | operator== (Microseconds lhs, Microseconds rhs) |
|
static bool | operator!= (Microseconds lhs, Microseconds rhs) |
|
static bool | operator== (Microseconds lhs, long rhs) |
|
static bool | operator!= (Microseconds lhs, long rhs) |
|
static bool | operator< (Microseconds lhs, Microseconds rhs) |
|
static bool | operator<= (Microseconds lhs, Microseconds rhs) |
|
static bool | operator> (Microseconds lhs, Microseconds rhs) |
|
static bool | operator>= (Microseconds lhs, Microseconds rhs) |
|
static Microseconds | operator+ (Microseconds lhs, Microseconds rhs) |
|
static Microseconds | operator- (Microseconds lhs, Microseconds rhs) |
|
static Microseconds | operator/ (Microseconds lhs, Microseconds rhs) |
|
static Microseconds | operator+ (Microseconds lhs, long rhs) |
|
static Microseconds | operator- (Microseconds lhs, long rhs) |
|
static Microseconds | operator* (Microseconds lhs, long rhs) |
|
static Microseconds | operator* (long lhs, Microseconds rhs) |
|
static Microseconds | operator/ (Microseconds lhs, long rhs) |
|
static Microseconds | Abs (Microseconds mics) |
|