#include <pinapa-utils.h>
Inherits std::vector<T>.
Public Member Functions | |
| T & | operator[] (size_t __n) |
| const T & | operator[] (size_t __n) const |
| const T& pinapa::resizeable_array< T >::operator[] | ( | size_t | __n | ) | const [inline] |
Access the nth element read-only. Raises an error if the n-th element doesn't exist.
References PINAPA_ASSERT.
| T& pinapa::resizeable_array< T >::operator[] | ( | size_t | __n | ) | [inline] |
Access the nth element, and resize the vector if necessary