CppAD: A C++ Algorithmic Differentiation Package  20130918
template<class Base >
std::istream & CppAD::operator>> ( std::istream &  is,
AD< Base > &  x 
)

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 188 of file ad_io.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines