Lumiera
0.pre.03
»edit your freedom«
|
#include "lib/hash-standard.hpp"
trait template to detect if some custom type TY provides a boost compliant hash function through ADL
Definition at line 94 of file hash-standard.hpp.
Public Types | |
enum | { value = (sizeof(HasUsableHashDefinition) == sizeof(hash_value(unusedDummy))) } |
Private Attributes | |
TY const & | unusedDummy = *(TY*)nullptr |