checked_array_iterator::operator>
연산자의 좌변에 있는 checked_array_iterator 는 우변에 있는 checked_array_iterator 보다 큽니다.
bool operator>(
const checked_array_iterator<_Iterator>& _Right
) const;
매개 변수
- _Right
비교할 대상인 checked_array_iterator입니다.
설명
See checked_array_iterator::operator< for a code sample.
자세한 내용은 Checked Iterators을 참조하십시오.
요구 사항
헤더: <iterator>
네임스페이스: std