![]() |
OR-Tools
9.6
|
Definition at line 43 of file math_opt/storage/iterators.h.
Public Types | |
| using | value_type = V |
| using | reference = V & |
| using | pointer = V * |
| using | difference_type = typename BaseIter::difference_type |
| using | iterator_category = std::forward_iterator_tag |
Public Member Functions | |
| UpdateDataFieldIterator (BaseIter base_iter) | |
| reference | operator* () const |
| pointer | operator-> () const |
| UpdateDataFieldIterator & | operator++ () |
| UpdateDataFieldIterator | operator++ (int) |
| using difference_type = typename BaseIter::difference_type |
Definition at line 48 of file math_opt/storage/iterators.h.
| using iterator_category = std::forward_iterator_tag |
Definition at line 49 of file math_opt/storage/iterators.h.
| using pointer = V* |
Definition at line 47 of file math_opt/storage/iterators.h.
| using reference = V& |
Definition at line 46 of file math_opt/storage/iterators.h.
| using value_type = V |
Definition at line 45 of file math_opt/storage/iterators.h.
|
inlineexplicit |
Definition at line 51 of file math_opt/storage/iterators.h.
|
inline |
Definition at line 54 of file math_opt/storage/iterators.h.
|
inline |
Definition at line 57 of file math_opt/storage/iterators.h.
|
inline |
Definition at line 62 of file math_opt/storage/iterators.h.
|
inline |
Definition at line 55 of file math_opt/storage/iterators.h.