CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
template<class Base >
CPPAD_INLINE_FRIEND_TEMPLATE_FUNCTION 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 201 of file ad_io.hpp.