CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
template<class Base>
template<class T >
AD<Base>& CppAD::AD< Base >::operator= ( const T &  t)
inline

Assignment from any other type, converts to Base type, and then uses assignment from Base type.

Template Parameters
BaseBase type for this AD object.
Tis the the type that is being assigned to AD<Base>. There must be an assignment for Base from Type.
Parameters
tis the object that is being assigned to an AD<Base> object.

Definition at line 135 of file ad_assign.hpp.