返回任意数量的元素高级迭代器位置。
move_iterator operator+(difference_type _Off) const;
属性值/返回值
返回 move_iterator(*this) +=_Off。
备注
运算符返回 move_iterator(*this) +=_Off。
要求
**标题:**iterator
命名空间: std
返回任意数量的元素高级迭代器位置。
move_iterator operator+(difference_type _Off) const;
返回 move_iterator(*this) +=_Off。
运算符返回 move_iterator(*this) +=_Off。
**标题:**iterator
命名空间: std