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

Specialization for std::map. More...

#include <Container_trait.hpp>

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

Detailed Description

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

Specialization for std::map.

Adds std::map to the is_ordered_container trait.

Template Parameters
KeyTemplate parameter from std::map.
TTemplate parameter from std::map.
CompareTemplate parameter from std::map.
AllocatorTemplate parameter from std::map.

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