Loading...
Searching...
No Matches
Go to the documentation of this file. 1#ifndef KOKKOS_EXECUTION_IMPL_ENV_HPP
2#define KOKKOS_EXECUTION_IMPL_ENV_HPP
7#define KOKKOS_EXECUTION_FORWARDING_GET_ENV(_type_, _obj_) \
9 constexpr auto get_env() const noexcept -> ::stdexec::__fwd_env_t<::stdexec::env_of_t<_type_>> { \
10 return ::stdexec::__fwd_env(::stdexec::get_env(_obj_)); \