struct IsHashableData
Declaration
template <typename U>
struct IsHashableData { /* full declaration omitted */ };
Description
Trait to indicate whether a type's bits can be hashed directly (after endianness correction).
Declared at: llvm/include/llvm/Support/HashBuilder.h:34
Templates
- U