move_iterator::operator-

递减存储的迭代器并返回所指示的值。

move_iterator operator-(difference_type _Off) const;

属性值/返回值

返回 move_iterator(*this) -= _Off。

备注

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

要求

**标题:**iterator

命名空间: std

请参见

参考

move_iterator Class

<iterator>

标准模板库

其他资源

move_iterator 成员

iterator 成员