Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_containers_helpers.h31 struct comp_is_transparent : std::false_type {}; struct
34 struct comp_is_transparent<Compare, tbb::detail::void_t<typename Compare::is_transparent>> : std::t…
42 …static_assert(comp_is_transparent<type>::value, "Hash::transparent_key_equal::is_transparent is no…
H A D_concurrent_skip_list.h284 using is_transparent = dependent_bool<comp_is_transparent<key_compare>, T>;
/oneTBB/include/oneapi/tbb/
H A Dconcurrent_hash_map.h765 using hash_compare_is_transparent = dependent_bool<comp_is_transparent<hash_compare_type>, U>; in __TBB_requires()