Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <strong_int.h>
Classes | |
class | StrongIntRangeIterator |
Iterator over the indices. More... | |
Public Member Functions | |
StrongIntRange (IntType end) | |
Loops from IntType(0) up to (but not including) end. | |
StrongIntRange (IntType begin, IntType end) | |
Loops from begin up to (but not including) end. | |
StrongIntRangeIterator | begin () const |
StrongIntRangeIterator | end () const |
Support for-range loops. Enables easier looping over ranges of StrongInts, especially looping over sub-ranges of StrongVectors.
Definition at line 391 of file strong_int.h.
|
inlineexplicit |
Loops from IntType(0) up to (but not including) end.
Definition at line 426 of file strong_int.h.
|
inline |
Loops from begin up to (but not including) end.
Definition at line 428 of file strong_int.h.
|
inline |
Definition at line 429 of file strong_int.h.
|
inline |
Definition at line 430 of file strong_int.h.