![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include <elements.h>
Public Types | |
using | value_type = ElementId<element_type> |
Public Member Functions | |
ElementIdsConstView (const Container *container ABSL_ATTRIBUTE_LIFETIME_BOUND) | |
size_t | size () const |
bool | empty () const |
ElementId< element_type > | operator[] (size_t i) const |
auto | begin () const |
auto | end () const |
An adaptor to expose a sequential container of int64_t as strongly typed element ids. Does not own the container.
Definition at line 156 of file elements.h.
using operations_research::math_opt::ElementIdsConstView< element_type, Container >::value_type = ElementId<element_type> |
Definition at line 158 of file elements.h.
|
inlineexplicit |
Definition at line 160 of file elements.h.
|
inline |
Definition at line 171 of file elements.h.
|
inline |
Definition at line 165 of file elements.h.
|
inline |
Definition at line 172 of file elements.h.
|
inline |
Definition at line 167 of file elements.h.
|
inline |
Definition at line 164 of file elements.h.