Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Tests if the checked_array_iterator on the left side of the operator is less than or equal to the checked_array_iterator on the right side.
bool operator<=(
const checked_array_iterator<_Iterator>& _Right
) const;
Parameters
- _Right
The checked_array_iterator to compare against.
Remarks
See checked_array_iterator::operator>= for a code sample.
For more information, see Checked Iterators.
Requirements
Header: <iterator>
Namespace: std