Typedef ripple::static_shared_enable_t¶
Defined in File execution_traits.hpp
Typedef Documentation¶
-
template<typename
ExecImpl
, typenameExec
= std::decay_t<ExecImpl>>
usingripple
::
static_shared_enable_t
= std::enable_if_t<(is_exec_param_v<Exec> && ExecTraits<Exec>::is_static && ExecTraits<Exec>::uses_shared), int>¶ Defines a valid type if the ExecImpl type is static and uses shared memory.
- Template Parameters
ExecImpl
: The execution params implementation to base the enable on.