LLVM API Documentation
Trait to indicate whether a type's bits can be hashed directly. More...
#include <Hashing.h>
Additional Inherited Members | |
![]() | |
typedef bool | value_type |
typedef integral_constant < bool, v > | type |
![]() | |
operator value_type () | |
![]() | |
static const value_type | value |
Trait to indicate whether a type's bits can be hashed directly.
A type trait which is true if we want to combine values for hashing by reading the underlying data. It is false if values of this type must first be passed to hash_value, and the resulting hash_codes combined.