CppAD: A C++ Algorithmic Differentiation Package
20130102
|
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.
x | right hand size of the assingment operation |
Definition at line 229 of file pod_vector.hpp.