|
typedef std::vector< T >::size_type | size_type |
|
|
bool | empty () const |
|
size_type | size () const |
|
T & | operator[] (size_type i) |
|
const T & | operator[] (size_type i) const |
|
template<class... Args> |
size_type | emplace_back (Args &&...args) |
|
void | erase (size_type uid) |
|
The documentation for this class was generated from the following file: