Searched refs:set_intersection_result (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | ranges_algo.h | 2931 using set_intersection_result = in_in_out_result<_Iter1, _Iter2, _Out>; in _GLIBCXX_VISIBILITY() local 2940 constexpr set_intersection_result<_Iter1, _Iter2, _Out> in _GLIBCXX_VISIBILITY() 2973 constexpr set_intersection_result<borrowed_iterator_t<_Range1>, in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | ranges_algo.h | 2723 using set_intersection_result = in_in_out_result<_Iter1, _Iter2, _Out>; in _GLIBCXX_VISIBILITY() local 2732 constexpr set_intersection_result<_Iter1, _Iter2, _Out> in _GLIBCXX_VISIBILITY() 2765 constexpr set_intersection_result<borrowed_iterator_t<_Range1>, in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2020 | 7827 (set_union_result, set_intersection_result): Change into an alias of
|