Template Struct ExecTraits< ExecParams< ExecImpl > >¶
Defined in File execution_traits.hpp
Struct Documentation¶
-
template<typename
ExecImpl
>
structripple
::
ExecTraits
<ExecParams<ExecImpl>>¶ Specialization for base execution parameters.
- Template Parameters
ExecImpl
: The implementation of the interface.
Public Types
Defines the type for shared memory.
Public Static Attributes
-
constexpr bool
is_static
= Traits::is_static¶ Defines that the execution space is not static.
Returns true if the shared memory type is not VoidShared, and hence that shared memory should be used.