![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Enable compatibility with STL algorithms. More...
Enable compatibility with STL algorithms.
#include <views.h>
Public Types | |
| using | iterator_category = std::input_iterator_tag |
| using | value_type = ValueT |
| using | difference_type = std::ptrdiff_t |
| using | pointer = IterT |
| using | reference = value_type& |
Public Member Functions | |
| bool | operator== (const IterT &other) const |
| pointer | operator-> () const |
| using util_intops::util::IteratorCRTP< IterT, ValueT >::difference_type = std::ptrdiff_t |
| using util_intops::util::IteratorCRTP< IterT, ValueT >::iterator_category = std::input_iterator_tag |
| using util_intops::util::IteratorCRTP< IterT, ValueT >::pointer = IterT |
| using util_intops::util::IteratorCRTP< IterT, ValueT >::reference = value_type& |
| using util_intops::util::IteratorCRTP< IterT, ValueT >::value_type = ValueT |
|
inline |
|
inline |