kokkos-execution 0.0.1
Loading...
Searching...
No Matches
Kokkos::Execution::Impl::ExecOf< T > Struct Template Reference

Type of the execution space extracted from a get_exec_t query on T. More...

#include <get_exec.hpp>

Public Types

using type = typename std::remove_cvref_t<stdexec::__query_result_t<T, get_exec_t>>::execution_space

Detailed Description

template<stdexec::__queryable_with< get_exec_t > T>
struct Kokkos::Execution::Impl::ExecOf< T >

Type of the execution space extracted from a get_exec_t query on T.

Definition at line 32 of file get_exec.hpp.

Member Typedef Documentation

◆ type

template<stdexec::__queryable_with< get_exec_t > T>
using Kokkos::Execution::Impl::ExecOf< T >::type = typename std::remove_cvref_t<stdexec::__query_result_t<T, get_exec_t>>::execution_space

Definition at line 33 of file get_exec.hpp.


The documentation for this struct was generated from the following file:
  • /__w/kokkos-execution/kokkos-execution/kokkos-execution/impl/get_exec.hpp