|
kokkos-execution 0.0.1
|
#include <check_rcvr_env.hpp>
Public Types | |
| using | sender_concept = stdexec::sender_tag |
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< Sndr const &, Rcvr && >) |
| 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 () |
Public Attributes | |
| Sndr | sndr |
Definition at line 12 of file check_rcvr_env.hpp.
| using Tests::Utils::CheckRcvrEnvSender< ExpectedEnv, Sndr >::sender_concept = stdexec::sender_tag |
Definition at line 13 of file check_rcvr_env.hpp.
|
inlineconstexprnoexcept |
Definition at line 20 of file check_rcvr_env.hpp.
References sndr.
|
inlineconstexprnoexcept |
Definition at line 26 of file check_rcvr_env.hpp.
References sndr.
|
inlinestaticconsteval |
Definition at line 17 of file check_rcvr_env.hpp.
|
inlinenodiscardconstexprnoexcept |
Definition at line 31 of file check_rcvr_env.hpp.
References sndr.
| Sndr Tests::Utils::CheckRcvrEnvSender< ExpectedEnv, Sndr >::sndr |
Definition at line 15 of file check_rcvr_env.hpp.