Searched refs:in_in_result (Results 1 – 4 of 4) sorted by relevance
525 struct in_in_result in _GLIBCXX_VISIBILITY()534 operator in_in_result<_IIter1, _IIter2>() const & in _GLIBCXX_VISIBILITY()541 operator in_in_result<_IIter1, _IIter2>() && in _GLIBCXX_VISIBILITY()546 using mismatch_result = in_in_result<_Iter1, _Iter2>; in _GLIBCXX_VISIBILITY()
674 using swap_ranges_result = in_in_result<_Iter1, _Iter2>; in _GLIBCXX_VISIBILITY()
424 struct in_in_result in _GLIBCXX_VISIBILITY() struct433 operator in_in_result<_IIter1, _IIter2>() const & in _GLIBCXX_VISIBILITY() argument440 operator in_in_result<_IIter1, _IIter2>() && in _GLIBCXX_VISIBILITY() argument445 using mismatch_result = in_in_result<_Iter1, _Iter2>; in _GLIBCXX_VISIBILITY()884 using swap_ranges_result = in_in_result<_Iter1, _Iter2>; in _GLIBCXX_VISIBILITY()
7813 (in_in_result): New.7814 (mismatch_result): Change into an alias of in_in_result.7816 (swap_ranges_result): Change into an alias of in_in_result.