Trivial index vector. More...
#include <vector.h>
This object just returns the index whenever an object in the vector is requested, i.e. operator[](i)
always returns i
.
Public Member Functions | |
data_t | operator[] (size_t &i) const |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).