[#absl-FastTypeId] = xref:absl.adoc[absl]::FastTypeId :relfileprefix: ../ :mrdocs: `FastTypeId<T>()` is the generator method for FastTypeIdType values. == Synopsis Declared in `<absl/base/fast_type_id.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename Type> constexpr xref:absl/FastTypeIdType.adoc[FastTypeIdType] FastTypeId(); ---- == Return Value A `FastTypeIdType` value uniquely identifying `T`. [.small]#Created with https://www.mrdocs.com[MrDocs]#