Public Member Functions | List of all members
o2scl::vector_index_vector< data_t > Class Template Reference

Trivial index vector. More...

#include <vector.h>

Detailed Description

template<class data_t>
class o2scl::vector_index_vector< data_t >

This object just returns the index whenever an object in the vector is requested, i.e. operator[](i) always returns i.

Definition at line 2525 of file vector.h.

Public Member Functions

data_t operator[] (size_t &i) const
 

The documentation for this class was generated from the following file:

Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).