Shortcuts

Typedef ripple::non_shared_enable_t

Typedef Documentation

template<typename ExecImpl, typename Exec = std::decay_t<ExecImpl>>
using ripple::non_shared_enable_t = std::enable_if_t<(is_exec_param_v<Exec> && !ExecTraits<Exec>::uses_shared), int>

Defines a valid type if the ExecImpl type does not use shared memory.

Template Parameters
  • ExecImpl: The execution params implementation to base the enable on.

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