|
kokkos-execution 0.0.1
|
This is the complete list of members for Kokkos::Execution::ExecutionSpaceImpl::RegionSender< kind, Sndr >, including all inherited members.
| __VA_OPT__(__VA_OPT__([[__VA_OPT__(host)]] __VA_OPT__(STDEXEC_PP_FOR_EACH_AGAIN()(STDEXEC_ATTRIBUTE_I, device)))) constexpr auto connect(_Ts &&... __args) &&noexcept(noexcept(__static_connect(std::move(*this), static_cast< _Ts && >(__args)...))) -> decltype(__static_connect(std::move(*this), static_cast< _Ts && >(__args)...)) | Kokkos::Execution::ExecutionSpaceImpl::RegionSender< kind, Sndr > | inline |
| __VA_OPT__(__VA_OPT__([[__VA_OPT__(host)]] __VA_OPT__(STDEXEC_PP_FOR_EACH_AGAIN()(STDEXEC_ATTRIBUTE_I, device)))) constexpr auto connect(_Ts &&... __args) &noexcept(noexcept(__static_connect(*this, static_cast< _Ts && >(__args)...))) -> decltype(__static_connect(*this, static_cast< _Ts && >(__args)...)) | Kokkos::Execution::ExecutionSpaceImpl::RegionSender< kind, Sndr > | inline |
| __VA_OPT__(__VA_OPT__([[__VA_OPT__(host)]] __VA_OPT__(STDEXEC_PP_FOR_EACH_AGAIN()(STDEXEC_ATTRIBUTE_I, device)))) constexpr auto connect(_Ts &&... __args) const &noexcept(noexcept(__static_connect(*this, static_cast< _Ts && >(__args)...))) -> decltype(__static_connect(*this, static_cast< _Ts && >(__args)...)) | Kokkos::Execution::ExecutionSpaceImpl::RegionSender< kind, Sndr > | inline |
| get_completion_signatures() | Kokkos::Execution::ExecutionSpaceImpl::RegionSender< kind, Sndr > | inlinestatic |
| get_env() const noexcept -> Kokkos::Execution::Impl::ForwardingAttributes< Sndr > | Kokkos::Execution::ExecutionSpaceImpl::RegionSender< kind, Sndr > | inline |
| name | Kokkos::Execution::ExecutionSpaceImpl::RegionSender< kind, Sndr > | |
| rcvr_t typedef | Kokkos::Execution::ExecutionSpaceImpl::RegionSender< kind, Sndr > | |
| schd_t typedef | Kokkos::Execution::ExecutionSpaceImpl::RegionSender< kind, Sndr > | |
| sender_concept typedef | Kokkos::Execution::ExecutionSpaceImpl::RegionSender< kind, Sndr > | |
| sndr | Kokkos::Execution::ExecutionSpaceImpl::RegionSender< kind, Sndr > | |
| STDEXEC_PP_CAT(__static_, connect(this Self &&self, Rcvr rcvr) noexcept(std::is_nothrow_constructible_v< rcvr_t< Rcvr >, decltype((std::declval< Self >().name)), schd_t< Rcvr > &&, Rcvr && > &&stdexec::__nothrow_connectable< decltype((std::declval< Self >().sndr)), rcvr_t< Rcvr > && >) -> stdexec::connect_result_t< decltype((std::declval< Self >().sndr))))(STDEXEC_EXPLICIT_THIS_ARGS rcvr_t< Rcvr > && > | Kokkos::Execution::ExecutionSpaceImpl::RegionSender< kind, Sndr > | inlinestatic |