Shortcuts

Template Struct ExecTraits

Struct Documentation

template<typename T>
struct ripple::ExecTraits

Defines execution traits for the type T.

Public Types

using SharedType = VoidShared

Defines that the shared memory type is void.

Public Static Attributes

constexpr bool is_static = false

Defines that the execution space is not static.

constexpr bool uses_shared = false

Defines that shared memory is not used.

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