![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
The iterator for an IndexRange. More...
#include <base_types.h>
Public Member Functions | |
IndexRangeIterator (const IndexRange< Index > &range) | |
IndexRangeIterator (const IndexRange< Index > &range, bool at_end) | |
bool | at_end () const |
Index | operator* () |
bool | operator== (const IndexRangeIterator &other) const |
bool | operator!= (const IndexRangeIterator &other) const |
IndexRangeIterator & | operator++ () |
The iterator for an IndexRange.
Definition at line 310 of file base_types.h.
|
inlineexplicit |
Definition at line 312 of file base_types.h.
|
inline |
Definition at line 315 of file base_types.h.
|
inline |
Definition at line 318 of file base_types.h.
|
inline |
Definition at line 328 of file base_types.h.
|
inline |
Definition at line 320 of file base_types.h.
|
inline |
Definition at line 332 of file base_types.h.
|
inline |
Definition at line 322 of file base_types.h.