Home
last modified time | relevance | path

Searched refs:my_key_equal (Results 1 – 1 of 1) sorted by relevance

/oneTBB/include/oneapi/tbb/detail/
H A D_hash_compare.h80 bool equal( const Key& a, const Key& b ) const { return my_key_equal(a, b); } in equal()
86 std::equal_to<Key> my_key_equal; variable