次の方法で共有


move_iterator::move_iterator

移動の反復子を構築します。格納されている反復子としてパラメーターを使用します。

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

パラメーター

  • _Right
    格納されている反復子として使用する反復子。

解説

一つ目のコンストラクターは既定のコンストラクターでの格納されている反復子を初期化します。残りの base.base() のコンストラクターは格納されている反復子を初期化します。

必要条件

ヘッダー : <iterator>

名前空間: std

参照

関連項目

move_iterator Class

<iterator>

標準テンプレート ライブラリ

その他の技術情報

move_iterator のメンバー

<iterator> メンバー