BPHash
General object hashing library for C++
Static Public Attributes | List of all members
bphash::detail::detect_hash_member< T > Class Template Reference

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
 

Detailed Description

template<typename T>
class bphash::detail::detect_hash_member< T >

Detects if a class has a hash() member function with the appropriate signature.

Definition at line 37 of file Detector.hpp.

Member Data Documentation

template<typename T >
const bool bphash::detail::detect_hash_member< T >::value = std::is_same<decltype(test<T>(0)), Yes>::value
static

Definition at line 49 of file Detector.hpp.


The documentation for this class was generated from the following file: