template <typename T>

struct is_hashable

Defined at line 991 of file ../../third_party/abseil-cpp/absl/hash/internal/hash.h

is_hashable()

Trait class which returns true if T is hashable by the absl::Hash framework.

Used for the AbslHashValue implementations for composite types below.