FastTypeId<T>() is the generator method for FastTypeIdType values.

Synopsis

Declared in <absl/base/fast_type_id.h>

template<typename Type>
constexpr
FastTypeIdType
FastTypeId();

Return Value

A FastTypeIdType value uniquely identifying T.

Created with MrDocs