Searched refs:iter_move_swap_iterator (Results 1 – 1 of 1) sorted by relevance
400 struct iter_move_swap_iterator { struct412 constexpr iter_move_swap_iterator& operator++() { argument418 …friend constexpr bool operator==(const iter_move_swap_iterator& x, std::default_sentinel_t) { retu…420 friend constexpr int iter_move(iter_move_swap_iterator const& it) { in iter_move() argument424 …friend constexpr void iter_swap(iter_move_swap_iterator const& x, iter_move_swap_iterator const& y… in iter_swap() argument433 …constexpr auto begin() { return iter_move_swap_iterator{iter_move_called_times, iter_swap_called_t… in begin()