absl::FastTypeIdType

The type returned by absl::FastTypeId<T>().

Synopsis

Declared in <absl/base/fast_type_id.h>

class FastTypeIdType final

Member Functions

NameDescription
FastTypeIdType [constructor]Creates a value that does not correspond to any type. This value is distinct from any value returned by FastTypeId<T>().

Friends

NameDescription
absl::FastTypeIdFastTypeId<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::AbslHashValueComputes a hash value for x, combining it into the hash state h.