|
libmoost
|
#include <functional>#include <string>#include <boost/type_traits/is_pod.hpp>#include <boost/static_assert.hpp>

Go to the source code of this file.
Classes | |
| struct | moost::algorithm::FastHashFunctor< TSeed > |
| functor that uses fast_hash More... | |
Namespaces | |
| namespace | moost |
Creates a unique temporary directory; removed on scope exit. | |
| namespace | moost::algorithm |
Typedefs | |
| typedef FastHashFunctor | moost::algorithm::FastHash |
Functions | |
| size_t | moost::algorithm::fast_hash (const void *data_in, size_t size, size_t seed=DEFAULT_SEED) |
| free hash function | |
Variables | |
| static const size_t | moost::algorithm::DEFAULT_SEED = 5381 |