constexpr move_iterator& operator++();
constexpr move_iterator operator++(int);
move_iterator tmp = *this; ++current; return tmp;