![]() |
OR-Tools
9.6
|
Definition at line 366 of file strong_int.h.
Public Types | |
| using | value_type = IntType |
| using | difference_type = IntType |
| using | reference = const IntType & |
| using | pointer = const IntType * |
| using | iterator_category = std::input_iterator_tag |
Public Member Functions | |
| StrongIntRangeIterator (IntType initial) | |
| bool | operator!= (const StrongIntRangeIterator &other) const |
| bool | operator== (const StrongIntRangeIterator &other) const |
| value_type | operator* () const |
| pointer | operator-> () const |
| StrongIntRangeIterator & | operator++ () |
| StrongIntRangeIterator | operator++ (int) |
| using difference_type = IntType |
Definition at line 369 of file strong_int.h.
| using iterator_category = std::input_iterator_tag |
Definition at line 372 of file strong_int.h.
| using pointer = const IntType* |
Definition at line 371 of file strong_int.h.
| using reference = const IntType& |
Definition at line 370 of file strong_int.h.
| using value_type = IntType |
Definition at line 368 of file strong_int.h.
|
inlineexplicit |
Definition at line 374 of file strong_int.h.
|
inline |
Definition at line 375 of file strong_int.h.
|
inline |
Definition at line 381 of file strong_int.h.
|
inline |
Definition at line 383 of file strong_int.h.
|
inline |
Definition at line 387 of file strong_int.h.
|
inline |
Definition at line 382 of file strong_int.h.
|
inline |
Definition at line 378 of file strong_int.h.