Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <iterators.h>
Public Member Functions | |
Iterator (typename std::vector< T >::iterator it) | |
T * | operator* () |
Iterator & | operator++ () |
bool | operator!= (const Iterator &other) const |
Definition at line 159 of file iterators.h.
|
inlineexplicit |
Definition at line 160 of file iterators.h.
|
inline |
Definition at line 166 of file iterators.h.
|
inline |
Definition at line 161 of file iterators.h.
|
inline |
Definition at line 162 of file iterators.h.