![]() |
Lumiera 0.pre.04
»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 85 of file hash-standard.hpp.
Public Types | |
| enum | { value = (sizeof(HasUsableHashDefinition) == sizeof(hash_value(unusedDummy))) } |
Private Attributes | |
| TY const & | unusedDummy = *(TY*)nullptr |
| Enumerator | |
|---|---|
| value | |
Definition at line 90 of file hash-standard.hpp.
Definition at line 87 of file hash-standard.hpp.
Collaboration diagram for provides_BoostHashFunction< TY >: