CppAD: A C++ Algorithmic Differentiation Package  20130918
template<class Type>
const Type& CppAD::vector< Type >::operator[] ( size_t  i) const [inline]

constant element access; i.e., we cannot change this element value

Parameters:
ielement index, must be less than length

Definition at line 482 of file vector.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines