|
OpenVDB
13.0.0
|
Templated argument iterator which implements various small functions per argument type, resolved at compile time. More...
#include <openvdb_ax/codegen/FunctionTypes.h>
Public Types | |
| using | ArgT = typename FunctionTraits< SignatureT >::template Arg< I-1 > |
| using | ArgumentValueType = typename ArgT::Type |
Static Public Member Functions | |
| template<typename OpT > | |
| static void | apply (const OpT &op, const bool forwards) |
Static Public Attributes | |
| static const bool | IsNativeSignature |
| Whether this signature contains types that are representable in AX's Value type. More... | |
Templated argument iterator which implements various small functions per argument type, resolved at compile time.
| using ArgT = typename FunctionTraits<SignatureT>::template Arg<I-1> |
| using ArgumentValueType = typename ArgT::Type |
|
inlinestatic |
|
static |
Whether this signature contains types that are representable in AX's Value type.
1.8.11