|
kokkos-execution 0.0.1
|
Filter queries on a sender to allow forwarding queries only. More...
#include <attributes.hpp>
Public Member Functions | |
| template<stdexec::__forwarding_query Query, typename... Args> requires stdexec::__queryable_with<stdexec::env_of_t<Sndr>, Query, Args...> | |
| constexpr auto | query (Query, Args &&... args) const noexcept(stdexec::__nothrow_queryable_with< stdexec::env_of_t< Sndr >, Query, Args... >) -> stdexec::__query_result_t< stdexec::env_of_t< Sndr >, Query, Args... > |
Public Attributes | |
| Sndr const & | sndr |
Filter queries on a sender to allow forwarding queries only.
See also:
Definition at line 16 of file attributes.hpp.
|
inlinenodiscardconstexprnoexcept |
Definition at line 20 of file attributes.hpp.
References sndr.
| Sndr const& Kokkos::Execution::Impl::ForwardingAttributes< Sndr >::sndr |
Definition at line 26 of file attributes.hpp.