|
kokkos-execution 0.0.1
|
#include <check_rcvr_env_queryable_with.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< CheckRcvrEnvQueryableWithSender > Self, typename... Env> | |
| static consteval auto | get_completion_signatures () |
| template<stdexec::__decays_to< CheckRcvrEnvQueryableWithSender > 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 && > |
| template<stdexec::receiver Rcvr> | |
| static consteval bool | check_rcvr_env () |
Public Attributes | |
| Sndr | sndr |
Definition at line 39 of file check_rcvr_env_queryable_with.hpp.
| using Tests::Utils::CheckRcvrEnvQueryableWithSender< IsQueryable, Sndr, Queries >::sender_concept = stdexec::sender_tag |
Definition at line 40 of file check_rcvr_env_queryable_with.hpp.
|
inlinenoexcept |
Definition at line 55 of file check_rcvr_env_queryable_with.hpp.
|
inlinenoexcept |
Definition at line 55 of file check_rcvr_env_queryable_with.hpp.
|
inlinenoexcept |
Definition at line 55 of file check_rcvr_env_queryable_with.hpp.
|
inlinestaticconsteval |
Definition at line 58 of file check_rcvr_env_queryable_with.hpp.
|
inlinestaticconsteval |
Definition at line 44 of file check_rcvr_env_queryable_with.hpp.
|
inlinenodiscardconstexprnoexcept |
Definition at line 71 of file check_rcvr_env_queryable_with.hpp.
References sndr.
|
inlinestaticnodiscardconstexpr |
Definition at line 49 of file check_rcvr_env_queryable_with.hpp.
References check_rcvr_env(), and sndr.
| Sndr Tests::Utils::CheckRcvrEnvQueryableWithSender< IsQueryable, Sndr, Queries >::sndr |
Definition at line 42 of file check_rcvr_env_queryable_with.hpp.