다음을 통해 공유


move_iterator::move_iterator

Constructs a move iterator. Uses the parameter as the stored iterator.

move_iterator();
explicit move_iterator(RandomIterator _Right);
template<class Type>
    move_iterator(const move_iterator<Type>& _Right);

매개 변수

  • _Right
    The iterator to use as the stored iterator.

설명

The first constructor initializes the stored iterator with its default constructor. The remaining constructors initialize the stored iterator with base.base().

요구 사항

헤더: <iterator>

네임스페이스: std

참고 항목

참조

move_iterator 클래스

<iterator>

표준 템플릿 라이브러리

기타 리소스

move_iterator 멤버

<iterator> 멤버