#include <pinapa-utils.h>
Public Member Functions | |
| T & | operator[] (size_t __n) |
| const T & | operator[] (size_t __n) const |
| T& pinapa::resizeable_array< T >::operator[] | ( | size_t | __n | ) | [inline] |
Access the nth element, and resize the vector if necessary
| 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.