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 > |
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 > | |
tbb::interface5::__TBB_DEPRECATED_MSG ("tbb::tbb_hasher is deprecated, use std::hash") inline size_t tbb_hasher(const T &t) | |
Hasher functions. More... | |
template<typename P > | |
tbb::interface5::__TBB_DEPRECATED_MSG ("tbb::tbb_hasher is deprecated, use std::hash") inline size_t tbb_hasher(P *ptr) | |
template<typename E , typename S , typename A > | |
tbb::interface5::__TBB_DEPRECATED_MSG ("tbb::tbb_hasher is deprecated, use std::hash") inline size_t tbb_hasher(const std | |
template<typename F , typename S > | |
tbb::interface5::__TBB_DEPRECATED_MSG ("tbb::tbb_hasher is deprecated, use std::hash") inline size_t tbb_hasher(const std | |
template<typename Key > | |
class | tbb::__TBB_DEPRECATED_MSG ("tbb::tbb_hash is deprecated, use std::hash") tbb_hash |
Variables | |
static const size_t | tbb::interface5::internal::hash_multiplier = tbb::internal::select_size_t_constant<2654435769U, 11400714819323198485ULL>::value |
Hash multiplier. More... | |