The type returned by absl::FastTypeId<T>().
Declared in <absl/base/fast_type_id.h>
class FastTypeIdType final
| Name | Description |
|---|---|
FastTypeIdType [constructor] | Creates a value that does not correspond to any type. This value is distinct from any value returned by FastTypeId<T>(). |
| Name | Description |
|---|---|
absl::FastTypeId | FastTypeId<T>() is the generator method for FastTypeIdType values. |
absl::operator!= | Compares two FastTypeIdType values for inequality. |
absl::operator== | Compares two FastTypeIdType values for equality. |
absl::AbslHashValue | Computes a hash value for x, combining it into the hash state h. |