checked_array_iterator::operator>
如果在运算符的左边 checked_array_iterator 大于右侧,的 checked_array_iterator 大于测试。
bool operator>(
const checked_array_iterator<_Iterator>& _Right
) const;
参数
- _Right
要针对其进行比较的 checked_array_iterator。
备注
为代码示例参见 checked_array_iterator::operator<。
有关更多信息,请参见 经过检查的迭代器。
要求
标头: <iterator>
命名空间: std