Common traits for all types used as real values. More...
#include <realTraits.hpp>
Public Types | |
using | PassiveReal = Type |
The original computation type, that was used in the application. | |
using | Real = Type |
Inner type of the real value. | |
using | Type = T_Type |
See TraitsImplementation. | |
Static Public Member Functions | |
static PassiveReal const & | getPassiveValue (Type const &v) |
Get the basic primal value of the type. | |
Static Public Attributes | |
static int constexpr | MaxDerivativeOrder = 0 |
CoDiPack derivative order of the type. | |
Common traits for all types used as real values.
T_Type | The type of the real value. |