![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
#include <graph.h>
Public Types | |
| using | value_type = T |
Public Member Functions | |
| SVector () | |
| ~SVector () | |
| SVector (const SVector &other) | |
| SVector & | operator= (const SVector &other) |
| SVector (SVector &&other) noexcept | |
| SVector & | operator= (SVector &&other) noexcept |
| T & | operator[] (IndexT n) |
| const T & | operator[] (IndexT n) const |
| void | resize (IndexT n) |
| void | clear () |
| T * | data () const |
| const T * | begin () const |
| const T * | end () const |
| void | swap (SVector< IndexT, T > &x) noexcept |
| void | reserve (IndexT n) |
| void | grow (const T &left=T(), const T &right=T()) |
| IndexT | size () const |
| IndexT | capacity () const |
| IndexT | max_size () const |
| void | clear_and_dealloc () |
| using util::internal::SVector< IndexT, T >::value_type = T |
|
inline |
|
inline |
|
inline |
|
inlinenoexcept |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinenoexcept |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinenoexcept |