dice-hash
Hash function for stl types and container
Loading...
Searching...
No Matches
dice::hash::is_unordered_container< std::unordered_set< Key, Hash, KeyEqual, Allocator > > Struct Template Reference

Specialization for std::unordered_set. More...

#include <Container_trait.hpp>

Inheritance diagram for dice::hash::is_unordered_container< std::unordered_set< Key, Hash, KeyEqual, Allocator > >:
Inheritance graph
[legend]
Collaboration diagram for dice::hash::is_unordered_container< std::unordered_set< Key, Hash, KeyEqual, Allocator > >:
Collaboration graph
[legend]

Detailed Description

template<class Key, class Hash, class KeyEqual, class Allocator>
struct dice::hash::is_unordered_container< std::unordered_set< Key, Hash, KeyEqual, Allocator > >

Specialization for std::unordered_set.

Adds std::unordered_set to the is_unordered_container trait.

Template Parameters
KeyTemplate parameter from std::unordered_set.
HashTemplate parameter from std::unordered_set.
KeyEqualTemplate parameter from std::unordered_set.
AllocatorTemplate parameter from std::unordered_set.

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