|
kokkos-execution 0.0.1
|
#include <check_rcvr_env.hpp>
Public Types | |
| using | sender_concept = stdexec::sender_tag |
Public Member Functions | |
| template<class... _Ts> | |
| __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)...)) | |
| template<class... _Ts> | |
| __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)...)) | |
| template<class... _Ts> | |
| __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)...)) | |
| constexpr auto | get_env () const noexcept -> Kokkos::Execution::Impl::ForwardingAttributes< Sndr > |
Static Public Member Functions | |
| template<stdexec::__decays_to< CheckRcvrEnvSender > Self, typename... Env> | |
| static consteval auto | get_completion_signatures () |
| template<stdexec::__decays_to< CheckRcvrEnvSender > Self, stdexec::receiver Rcvr> | |
| static constexpr auto | STDEXEC_PP_CAT (__static_, connect(this Self &&self, Rcvr rcvr) noexcept(stdexec::__nothrow_connectable< decltype((std::declval< Self >().sndr)), Rcvr && >) -> stdexec::connect_result_t< decltype((std::declval< Self >().sndr))))(STDEXEC_EXPLICIT_THIS_ARGS Rcvr && > |
Public Attributes | |
| Sndr | sndr |
Definition at line 13 of file check_rcvr_env.hpp.
| using Tests::Utils::CheckRcvrEnvSender< ExpectedEnv, Sndr >::sender_concept = stdexec::sender_tag |
Definition at line 14 of file check_rcvr_env.hpp.
|
inlinenoexcept |
Definition at line 29 of file check_rcvr_env.hpp.
|
inlinenoexcept |
Definition at line 29 of file check_rcvr_env.hpp.
|
inlinenoexcept |
Definition at line 29 of file check_rcvr_env.hpp.
|
inlinestaticconsteval |
Definition at line 18 of file check_rcvr_env.hpp.
|
inlinenodiscardconstexprnoexcept |
Definition at line 31 of file check_rcvr_env.hpp.
References KOKKOS_EXECUTION_IMPL_FORWARDING_ATTRIBUTES_GET_ENV, and sndr.
|
inlinestaticnodiscardconstexpr |
Definition at line 23 of file check_rcvr_env.hpp.
References sndr.
| Sndr Tests::Utils::CheckRcvrEnvSender< ExpectedEnv, Sndr >::sndr |
Definition at line 16 of file check_rcvr_env.hpp.