CppADCodeGen  HEAD
A C++ Algorithmic Differentiation Package with Source Code Generation
CppAD::cg::CGOStreamFunc< Base > Struct Template Reference
Collaboration diagram for CppAD::cg::CGOStreamFunc< Base >:
Collaboration graph

Static Public Member Functions

static std::function< std::ostream &(std::ostream &, const CG< Base > &)> & FUNC ()
 

Detailed Description

template<class Base>
struct CppAD::cg::CGOStreamFunc< Base >

Overrides the default behaviour of operator<<(std::ostream& os, const CG<Base>& c). It can be used recover OperationNode names.

Todo:
replace this struct with a template variable once C++14 is used

Definition at line 269 of file cg.hpp.


The documentation for this struct was generated from the following file: