BPHash
General object hashing library for C++
bphash::is_hashable< Targs > Struct Template Reference

Trait class that determines if a type is hashable or not. More...

#include <Detector.hpp>

Detailed Description

template<typename... Targs>
struct bphash::is_hashable< Targs >

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.


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