| CppAD: A C++ Algorithmic Differentiation Package
    20171217
    | 
| std::ostream& CppAD::operator<< | ( | std::ostream & | os, | 
| const AD< Base > & | x | ||
| ) | 
Write an AD<Base> object to an output stream.
| Base | Base type for the AD object. | 
| os | [in,out] Is the output stream to which that value is written. | 
| x | is the object that is being written to the output stream. This is equivalent to writing x.value_ to the output stream. |