move_iterator::operator+

返回任意数量的元素插入的迭代器位置。

move_iterator operator+(difference_type _Off) const;

属性值/返回值

返回 move_iterator(*this) += _Off。

备注

运算符返回 move_iterator(*this) += _Off。

要求

头文件: <iterator>

命名空间: std

请参见

参考

move_iterator 类

<iterator>

标准模板库

其他资源

move_iterator 成员

iterator 成员