BPHash
General object hashing library for C++
|
Trait class that determines if a type is hashable or not. More...
#include <Detector.hpp>
Trait class that determines if a type is hashable or not.
Whether or not a type is hashable can be determined via is_hashable<Type>::value
This also works with multiple types. If multiple types are specified, value
is only true if all are hashable.
Definition at line 25 of file Detector.hpp.