|
kokkos-execution 0.0.1
|
#include <check_rcvr_env_queryable_with.hpp>
Public Types | |
| using | sender_concept = stdexec::sender_t |
Public Member Functions | |
| template<stdexec::receiver Rcvr> | |
| constexpr auto | connect (Rcvr rcvr) &&noexcept(stdexec::__nothrow_connectable< Sndr &&, Rcvr && >) |
| template<stdexec::receiver Rcvr> | |
| constexpr auto | connect (Rcvr rcvr) const &noexcept(stdexec::__nothrow_connectable< const Sndr &, Rcvr && >) |
| 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::receiver Rcvr> | |
| static consteval bool | check_rcvr_env () |
Public Attributes | |
| Sndr | sndr |
Definition at line 38 of file check_rcvr_env_queryable_with.hpp.
| using Tests::Utils::CheckRcvrEnvQueryableWithSender< IsQueryable, Sndr, Queries >::sender_concept = stdexec::sender_t |
Definition at line 39 of file check_rcvr_env_queryable_with.hpp.
|
inlinestaticconsteval |
Definition at line 58 of file check_rcvr_env_queryable_with.hpp.
|
inlineconstexprnoexcept |
Definition at line 46 of file check_rcvr_env_queryable_with.hpp.
References check_rcvr_env(), and sndr.
|
inlineconstexprnoexcept |
Definition at line 52 of file check_rcvr_env_queryable_with.hpp.
References check_rcvr_env(), and sndr.
|
inlinestaticconsteval |
Definition at line 43 of file check_rcvr_env_queryable_with.hpp.
|
inlinenodiscardconstexprnoexcept |
Definition at line 71 of file check_rcvr_env_queryable_with.hpp.
References sndr.
| Sndr Tests::Utils::CheckRcvrEnvQueryableWithSender< IsQueryable, Sndr, Queries >::sndr |
Definition at line 41 of file check_rcvr_env_queryable_with.hpp.