Searched refs:__set_union (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__algorithm/
H A Dranges_set_union.h43 namespace __set_union { namespace in namespace:ranges
65 auto __ret = std::__set_union<_RangeAlgPolicy>(
99 auto __ret = std::__set_union<_RangeAlgPolicy>(
110 } // namespace __set_union
113 inline constexpr auto set_union = __set_union::__fn{};
H A Dset_union.h40 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 __set_union_result<_InIter1, _InIter2, _OutIter> __set_union( function
72 return std::__set_union<_ClassicAlgPolicy, __comp_ref_type<_Compare> >(

Completed in 185 milliseconds