[#absl-FastTypeIdType-2constructor] = xref:absl.adoc[absl]::xref:absl/FastTypeIdType.adoc[FastTypeIdType]::FastTypeIdType :relfileprefix: ../../ :mrdocs: Creates a value that does not correspond to any type. This value is distinct from any value returned by `FastTypeId<T>()`. == Synopsis Declared in `<absl/base/fast_type_id.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr FastTypeIdType() = default; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#