#include <constantExpression.hpp>
Public Types | |
using | ArgumentData = StoreData |
Defined by specializations. | |
using | StoreData = T_StoreData |
See ConstantDataConversion. | |
Static Public Member Functions | |
static ArgumentData const & | fromDataStore (StoreData const &v) |
Convert the data from the store to the argument of the constant expression. | |
static StoreData const & | toDataStore (StoreData const &v) |
Convert the data from the constant expression to the store. | |
Helper class for the constant data conversion in primal value tapes.
T_StoreData | Type of the constant data store in the tape. |