absl::operator!=

Compares two FastTypeIdType values for inequality.

Synopsis

Declared in <absl/base/fast_type_id.h>

constexpr
bool
operator!=(
    FastTypeIdType a,
    FastTypeIdType b);

Return Value

true if a and b identify different types, false otherwise.

Parameters

NameDescription
aThe first value to compare.
bThe second value to compare.