ΒΆtemplate <typename T>
typename std::
enable_if<is_hashable_data<T>::value, T>::type
get_hashable_data(const T& value)
template <typename T>
typename std::
enable_if<is_hashable_data<T>::value, T>::type
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:364
Templates
- T
Parameters
- const T& value