Shortcuts

Variable ripple::is_exec_param_v

Variable Documentation

template<typename T>
constexpr bool ripple::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.

Docs

Access comprehensive developer documentation for Ripple

View Docs

Tutorials

Get tutorials to help with understand all features

View Tutorials

Examples

Find examples to help get started

View Examples