kokkos-execution 0.0.1
Loading...
Searching...
No Matches
attributes.hpp File Reference

Go to the source code of this file.

Classes

struct  Kokkos::Execution::Impl::ForwardingAttributes< Sndr >
 Filter queries on a sender to allow forwarding queries only. More...

Namespaces

namespace  Kokkos
namespace  Kokkos::Execution
namespace  Kokkos::Execution::Impl

Macros

#define KOKKOS_EXECUTION_IMPL_FORWARDING_ATTRIBUTES_GET_ENV(_type_, _obj_)

Macro Definition Documentation

◆ KOKKOS_EXECUTION_IMPL_FORWARDING_ATTRIBUTES_GET_ENV

#define KOKKOS_EXECUTION_IMPL_FORWARDING_ATTRIBUTES_GET_ENV ( _type_,
_obj_ )
Value:
[[nodiscard]] \
constexpr auto get_env() const noexcept -> Kokkos::Execution::Impl::ForwardingAttributes<_type_> { \
return {_obj_}; \
}

Definition at line 30 of file attributes.hpp.