Support Class Library
A set of tools providing classes and utility
Classes | Namespaces
Hash.h File Reference
#include <scl/macros.h>
#include <scl/concepts/FunctionObject.h>
#include <scl/concepts/CopyConstructible.h>
#include <scl/concepts/Destructible.h>
#include <scl/tools/meta/is_same.h>

Go to the source code of this file.

Classes

struct  scl::concepts::Hash< T, Key >
 Hash concept, a type T is an hash for Key if it is a function object, copy constructible, destructible, and the return type of its invocation w/ a Key is std::size_t. More...
 

Namespaces

 scl
 Global namespace of the SCL.
 
 scl::concepts
 A lightweight concept-like library for C++11.