Typedef ripple::non_shared_enable_t¶
Defined in File execution_traits.hpp
Typedef Documentation¶
-
template<typename
ExecImpl
, typenameExec
= std::decay_t<ExecImpl>>
usingripple
::
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.