Home
last modified time | relevance | path

Searched defs:iter_swap (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Diter_swap.h23 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 void iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b) in iter_swap() function
/freebsd/contrib/llvm-project/libcxx/include/__iterator/
H A Diterator_with_data.h88 iter_swap(const __iterator_with_data& __lhs, iter_swap() function
H A Dcommon_iterator.h249 iter_swap(const common_iterator& __x, const common_iterator<_I2, _S2>& __y) noexcept( in iter_swap() function
H A Dreverse_iterator.h194 iter_swap(const reverse_iterator& __x, const reverse_iterator<_Iter2>& __y) noexcept( in iter_swap() function