38#include "../../misc/memberStore.hpp"
39#include "statementEvaluatorTapeInterface.hpp"
113 template<
StatementCall type,
typename Tape,
typename... Args>
120 template<
typename Tape,
typename Generator,
typename Expr>
#define CODI_ANY
Used in default declarations of expression templates.
Definition macros.hpp:100
CoDiPack - Code Differentiation Package.
Definition codi.hpp:94
StatementCall
Defines all the operations which can be evaluated on a statement by a tape.
Definition statementEvaluatorTapeInterface.hpp:45
Creation of handles for the evaluation of expressions in a context where the expression type is not a...
Definition statementEvaluatorInterface.hpp:103
static Handle createHandle()
static void call(Handle const &h, Args &&... args)
int Handle
Type of the handle.
Definition statementEvaluatorInterface.hpp:109