|
kokkos-execution 0.0.1
|
#include <continues_on.hpp>
Public Types | |
| using | execution_space = typename std::remove_cvref_t<Schd>::execution_space |
Public Member Functions | |
| constexpr | ContinuesOnOpStateBase (const Schd &schd, Rcvr rcvr_) noexcept(std::is_nothrow_move_constructible_v< Rcvr >) |
| constexpr auto | query (Impl::get_exec_t) const noexcept -> Impl::ExecutionSpaceRef< execution_space > |
| constexpr auto | get_env () const noexcept -> stdexec::env_of_t< Rcvr > |
Public Attributes | |
| Impl::State< execution_space > * | state |
| Rcvr | rcvr |
Definition at line 27 of file continues_on.hpp.
| using Kokkos::Execution::ExecutionSpaceImpl::ContinuesOnOpStateBase< Schd, Rcvr >::execution_space = typename std::remove_cvref_t<Schd>::execution_space |
Definition at line 28 of file continues_on.hpp.
|
inlineexplicitconstexprnoexcept |
Definition at line 33 of file continues_on.hpp.
|
inlinenodiscardconstexprnoexcept |
Definition at line 44 of file continues_on.hpp.
References rcvr.
|
inlinenodiscardconstexprnoexcept |
Definition at line 40 of file continues_on.hpp.
References state.
| Rcvr Kokkos::Execution::ExecutionSpaceImpl::ContinuesOnOpStateBase< Schd, Rcvr >::rcvr |
Definition at line 31 of file continues_on.hpp.
| Impl::State<execution_space>* Kokkos::Execution::ExecutionSpaceImpl::ContinuesOnOpStateBase< Schd, Rcvr >::state |
Definition at line 30 of file continues_on.hpp.