dice-hash
Hash function for stl types and container
|
Typetrait for checking if a type T is an ordered container. More...
#include <Container_trait.hpp>
Typetrait for checking if a type T is an ordered container.
An example would be std::map and std::set. The general version is always false, so it inherits from false_type.
T | The type to check. |