C++ Reference
C++ Reference: Routing
InitAndGetValues::Iterator
Detailed Description
Definition at line 3957 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 3959 of file constraint_solver.h.
◆ End()
|
inlinestatic |
Definition at line 3962 of file constraint_solver.h.
◆ operator!=()
|
inline |
Definition at line 3975 of file constraint_solver.h.
◆ operator*()
|
inline |
Definition at line 3966 of file constraint_solver.h.
◆ operator++()
|
inline |
Definition at line 3970 of file constraint_solver.h.
The documentation for this struct was generated from the following file: