Home
last modified time | relevance | path

Searched defs:SimpleTransparentHashCompare (Results 1 – 1 of 1) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_concurrent_hash_map.cpp684 struct SimpleTransparentHashCompare { struct
685 using is_transparent = void;
688 std::size_t hash(const T&) const { return 0; } in hash()
691 bool equal(const T& key1, const U& key2) const { return key1 == key2; } in equal()