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
Name |
Description |
a |
The first value to compare. |
b |
The second value to compare. |
Created with MrDocs