move_iterator::move_iterator
建構移動 iterator。使用參數做為預存的 iterator。
move_iterator();
explicit move_iterator(RandomIterator _Right);
template<class Type>
move_iterator(const move_iterator<Type>& _Right);
參數
- _Right
若要使用作為預存的 iterator iterator。
備註
第一個建構函式會初始化預存的 iterator,其預設建構函式。剩餘的建構函式初始化與預存的 iterator base.base()。
需求
標頭: <iterator>
Namespace: 標準