![]() |
OR-Tools
8.2
|
Public Member Functions | |
ZVector () | |
ZVector (int64 min_index, int64 max_index) | |
int64 | min_index () const |
int64 | max_index () const |
T | Value (int64 index) const |
T & | operator[] (int64 index) |
const T | operator[] (int64 index) const |
void | Set (int64 index, T value) |
bool | Reserve (int64 new_min_index, int64 new_max_index) |
void | SetAll (T value) |