ΒΆtemplate <typename T>
std::enable_if_t<is_hashable_data<T>::value, T>
get_hashable_data(const T& value)

Description

Helper to get the hashable data representation for a type. This variant is enabled when the type itself can be used.

Declared at: llvm/include/llvm/ADT/Hashing.h:369

Templates

T

Parameters

const T& value