CppAD: A C++ Algorithmic Differentiation Package  20130102
template<class Type>
void pod_vector< Type >::operator= ( const pod_vector< Type > &  x) [inline]

vector assignment operator If the resulting length of the vector would be more than max_length_, and NDEBUG is not defined, a CPPAD_ASSERT is generated.

Parameters:
xright hand size of the assingment operation

Definition at line 229 of file pod_vector.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines