Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Tests if the checked_iterator on the left side of the operator is greater than the checked_iterator on the right side.
template <class Iter2>
bool operator>(
const checked_iterator<Container, Iter2>& _Right) const;
Parameters
- _Right
The checked_iterator to compare against.
Remarks
See checked_iterator::operator< for a code sample.
For more information, see Checked Iterators.
Requirements
Header: <iterator>
Namespace: std