Typedef ripple::non_exec_param_enable_t¶
Typedef Documentation¶
-
template<typename
T
>
usingripple
::
non_exec_param_enable_t
= std::enable_if_t<!is_exec_param_v<std::decay_t<T>>, int>¶ Defines a valid type if the type T is an execution parameter type.
- Template Parameters
T
: The type to base the enable on.