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