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

Synopsis

Declared in <absl/base/fast_type_id.h>

class FastTypeIdType final

Member Functions

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>().

Friends

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.

Created with MrDocs