Returns whether two times are unequal.

Synopsis

Declared in <absl/time/time.h>

constexpr
bool
operator!=(
    Time lhs,
    Time rhs);

Return Value

true if lhs does not equal rhs.

Parameters

Name

Description

lhs

The left‐hand time.

rhs

The right‐hand time.

Created with MrDocs