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

Write an AD<Base> object to an output stream.

Template Parameters:
BaseBase type for the AD object.
Parameters:
os[in,out] Is the output stream to which that value is written.
xis the object that is being written to the output stream. This is equivalent to writing x.value_ to the output stream.

Definition at line 210 of file ad_io.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines