CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
template<class Base>
std::istream& operator>> ( std::istream &  is,
AD< Base > &  x 
)
friend

Read an AD<Base> object from an input stream.

Template Parameters
BaseBase type for the AD object.
Parameters
is[in,out] Is the input stream from which that value is read.
x[out] is the object that is being set to a value. Upone return, x.value_ is read from the input stream and x.tape_is_ is zero; i.e., x is a parameter.

Definition at line 179 of file ad_io.hpp.