Compares two FastTypeIdType values for inequality.
Declared in <absl/base/fast_type_id.h>
constexpr
bool
operator!=(
FastTypeIdType a,
FastTypeIdType b);
true if a and b identify different types, false otherwise.
| Name | Description |
|---|---|
| a | The first value to compare. |
| b | The second value to compare. |