Variable ripple::is_exec_param_v¶
Defined in File execution_traits.hpp
Variable Documentation¶
-
template<typename
T
>
constexpr boolripple
::
is_exec_param_v
= std::is_base_of_v<ExecParams<std::decay_t<T>>, std::decay_t<T>>¶ Returns true if the given type implements the ExecParams interface.
- Template Parameters
T
: The type to check if implements the exec params interface.