C++ Reference
C++ Reference: Routing
InitAndGetValues::Iterator
Detailed Description
Definition at line 3909 of file constraint_solver.h.
Public Member Functions | |
| int64 | operator* () const |
| Iterator & | operator++ () |
| bool | operator!= (const Iterator &other) const |
Static Public Member Functions | |
| static Iterator | Begin (IntVarIterator *it) |
| These are the only way to construct an Iterator. More... | |
| static Iterator | End (IntVarIterator *it) |
Member Function Documentation
◆ Begin()
|
inlinestatic |
These are the only way to construct an Iterator.
Definition at line 3911 of file constraint_solver.h.
◆ End()
|
inlinestatic |
Definition at line 3914 of file constraint_solver.h.
◆ operator!=()
|
inline |
Definition at line 3927 of file constraint_solver.h.
◆ operator*()
|
inline |
Definition at line 3918 of file constraint_solver.h.
◆ operator++()
|
inline |
Definition at line 3922 of file constraint_solver.h.
The documentation for this struct was generated from the following file: