FastTypeId<T>() is the generator method for FastTypeIdType values.
FastTypeId<T>()
Declared in <absl/base/fast_type_id.h>
<absl/base/fast_type_id.h>
template<typename Type> constexpr FastTypeIdType FastTypeId();
A FastTypeIdType value uniquely identifying T.
FastTypeIdType
T