Template Struct hash

Struct Documentation

template <typename Key, bool = is_std_hashable<Key>::value>
struct hash

Public Functions

size_t operator()(const Key &k) const

Public Members

std::hash<Key> hasher