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

Specialization for std::set. More...

#include <Container_trait.hpp>

Inheritance diagram for dice::hash::is_ordered_container< std::set< Key, Compare, Allocator > >:
Inheritance graph
[legend]
Collaboration diagram for dice::hash::is_ordered_container< std::set< Key, Compare, Allocator > >:
Collaboration graph
[legend]

Detailed Description

template<class Key, class Compare, class Allocator>
struct dice::hash::is_ordered_container< std::set< Key, Compare, Allocator > >

Specialization for std::set.

Adds std::set to the is_ordered_container trait.

Template Parameters
KeyTemplate parameter from std::set.
CompareTemplate parameter from std::set.
AllocatorTemplate parameter from std::set.

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