BPHash
General object hashing library for C++
|
Detects if a class has a hash() member function with the appropriate signature. More...
#include <Detector.hpp>
Static Public Attributes | |
static const bool | value = std::is_same<decltype(test<T>(0)), Yes>::value |
Detects if a class has a hash() member function with the appropriate signature.
Definition at line 37 of file Detector.hpp.
|
static |
Definition at line 49 of file Detector.hpp.