共用方式為


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>=

如需詳細資訊,請參閱已檢查的迭代器

需求

標頭:<迭代器>

命名空間: std

請參閱

參考

checked_array_iterator 類別

標準樣板程式庫