dice-hash
Hash function for stl types and container
|
Typetrait for checking if a type T is an unordered container. More...
#include <Container_trait.hpp>
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.
T | The type to check. |