|
| vector_proxy (NumericT *p_values, std::size_t start_idx, std::size_t increment, std::size_t num_elements) |
|
NumericT const & | operator[] (std::size_t index) const |
|
NumericT & | operator[] (std::size_t index) |
|
std::size_t | size () const |
|
template<typename NumericT>
class vector_proxy< NumericT >
Definition at line 47 of file vector_float_double.cpp.
template<typename NumericT>
vector_proxy< NumericT >::vector_proxy |
( |
NumericT * |
p_values, |
|
|
std::size_t |
start_idx, |
|
|
std::size_t |
increment, |
|
|
std::size_t |
num_elements |
|
) |
| |
|
inline |
template<typename NumericT>
NumericT const& vector_proxy< NumericT >::operator[] |
( |
std::size_t |
index | ) |
const |
|
inline |
template<typename NumericT>
NumericT& vector_proxy< NumericT >::operator[] |
( |
std::size_t |
index | ) |
|
|
inline |
template<typename NumericT>
The documentation for this class was generated from the following file: