Searched defs:move_iterator (Results 1 – 1 of 1) sorted by relevance
376 constexpr explicit move_iterator(iterator_type x) : current_(x) {} in move_iterator() function379 constexpr move_iterator(const move_iterator<U>& other) : current_(other.current) in move_iterator() function