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