dice-hash
Hash function for stl types and container
Loading...
Searching...
No Matches
dice::hash::is_unordered_container< T > Struct Template Reference

Typetrait for checking if a type T is an unordered container. More...

#include <Container_trait.hpp>

Inheritance diagram for dice::hash::is_unordered_container< T >:
Inheritance graph
[legend]
Collaboration diagram for dice::hash::is_unordered_container< T >:
Collaboration graph
[legend]

Detailed Description

template<typename T>
struct dice::hash::is_unordered_container< T >

Typetrait for checking if a type T is an unordered container.

An example would be std::unordered_map and std::unordered_set. The general version is always false, so it inherits from false_type.

Template Parameters
TThe type to check.

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