Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <string>
Go to the source code of this file.
Classes | |
class | tbb::interface5::internal::hash_compare< Key, Hasher, Key_equality > |
class | tbb::tbb_hash< Key > |
struct | tbb::tbb_hash_compare< Key > |
hash_compare that is default argument for concurrent_hash_map More... | |
Namespaces | |
tbb | |
The graph class. | |
tbb::interface5 | |
tbb::interface5::internal | |
Functions | |
template<typename T > | |
size_t | tbb::interface5::tbb_hasher (const T &t) |
Hasher functions. More... | |
template<typename P > | |
size_t | tbb::interface5::tbb_hasher (P *ptr) |
template<typename E , typename S , typename A > | |
size_t | tbb::interface5::tbb_hasher (const std::basic_string< E, S, A > &s) |
template<typename F , typename S > | |
size_t | tbb::interface5::tbb_hasher (const std::pair< F, S > &p) |
Variables | |
static const size_t | tbb::interface5::internal::hash_multiplier = tbb::internal::select_size_t_constant<2654435769U, 11400714819323198485ULL>::value |
Hash multiplier. More... | |