次の方法で共有


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

参照

関連項目

checked_array_iterator Class

標準テンプレート ライブラリ