#include <expressionTraits.hpp>
Public Types | |
using | ActiveResult = int |
The resulting active type of an expression. | |
using | Real = T_Real |
See ActiveResultImpl. | |
using | Tape = T_Tape |
See ActiveResultImpl. | |
Create a CoDiPack active type that can capture an expression result. The ADLogic type definition in the expression is usually the tape type.
T_Real | Real value of the expression. |
T_Tape | ADLogic of the expression. |
T_isStatic | If a static context active type should be used. |