![]() |
OR-Tools
8.2
|
Public Member Functions | |
| SVector () | |
| ~SVector () | |
| SVector (const SVector &other) | |
| SVector & | operator= (const SVector &other) |
| SVector (SVector &&other) | |
| SVector & | operator= (SVector &&other) |
| T & | operator[] (int n) |
| const T & | operator[] (int n) const |
| void | resize (int n) |
| void | clear () |
| T * | data () const |
| void | swap (SVector< T > &x) |
| void | reserve (int n) |
| void | grow (const T &left=T(), const T &right=T()) |
| int | size () const |
| int | capacity () const |
| int | max_size () const |
| void | clear_and_dealloc () |
|
inline |