CppAD: A C++ Algorithmic Differentiation Package
20130918
|
void CppAD::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 227 of file pod_vector.hpp.