[#absl-Hash] = xref:absl.adoc[absl]::Hash :relfileprefix: ../ :mrdocs: A convenient general‐purpose hash functor for any hashable type `T`. == Synopsis Declared in `<absl/hash/hash.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename T> using Hash = absl::hash_internal::Hash<T>; ---- == Description `absl::Hash<T>` supports arithmetic and pointer types, types that define an `AbslHashValue()` overload, and types with a `std::hash<T>` specialization. [.small]#Created with https://www.mrdocs.com[MrDocs]#