![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include <attr_key.h>
Public Member Functions | |
IteratorImpl ()=default | |
IteratorImpl (const IteratorImpl< std::remove_cv_t< ValueT > > &other) | |
iterator converts to const_iterator. | |
ValueT & | operator* () const |
Dereference. | |
ValueT * | operator-> () const |
IteratorImpl & | operator++ () |
Increment. |
Friends | |
class | AttrKey0RawSet |
bool | operator== (const IteratorImpl &l, const IteratorImpl &r) |
Equality. | |
bool | operator!= (const IteratorImpl &l, const IteratorImpl &r) |
Definition at line 246 of file attr_key.h.
|
default |
|
inline |
iterator converts to const_iterator.
Definition at line 250 of file attr_key.h.
|
inline |
Dereference.
Definition at line 254 of file attr_key.h.
|
inline |
Increment.
Definition at line 264 of file attr_key.h.
|
inline |
Definition at line 258 of file attr_key.h.
|
friend |
Definition at line 279 of file attr_key.h.
|
friend |
Definition at line 274 of file attr_key.h.
|
friend |
Equality.
Definition at line 271 of file attr_key.h.