![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include <views.h>
Public Member Functions | |
TwoLevelsViewIterator (level1_iterator iter, const EnableVectorT *active_items) | |
bool | operator!= (const TwoLevelsViewIterator &other) const |
TwoLevelsViewIterator & | operator++ () |
level2_type | operator* () const |
const Lvl1ViewT & | base () const |
Public Member Functions inherited from util_intops::util::IteratorCRTP< TwoLevelsViewIterator, level2_type > | |
bool | operator== (const TwoLevelsViewIterator &other) const |
pointer | operator-> () const |
Additional Inherited Members | |
Public Types inherited from util_intops::util::IteratorCRTP< TwoLevelsViewIterator, level2_type > | |
using | iterator_category |
using | value_type |
using | difference_type |
using | pointer |
using | reference |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |