Searched refs:comp_is_transparent (Results 1 – 3 of 3) sorted by relevance
31 struct comp_is_transparent : std::false_type {}; struct34 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…
284 using is_transparent = dependent_bool<comp_is_transparent<key_compare>, T>;
765 using hash_compare_is_transparent = dependent_bool<comp_is_transparent<hash_compare_type>, U>; in __TBB_requires()