kblib 0.2.3
General utilities library for modern C++
kblib::is_hashable< Key, void_if_t< std::is_constructible< FNV_hash< Key > >::value > > Struct Template Reference

#include <kblib/hash.h>

Inheritance diagram for kblib::is_hashable< Key, void_if_t< std::is_constructible< FNV_hash< Key > >::value > >:
Collaboration diagram for kblib::is_hashable< Key, void_if_t< std::is_constructible< FNV_hash< Key > >::value > >:

Detailed Description

template<typename Key>
struct kblib::is_hashable< Key, void_if_t< std::is_constructible< FNV_hash< Key > >::value > >

Definition at line 346 of file hash.h.


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