OpenVDB
12.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) |
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 |