kokkos-execution 0.0.1
Loading...
Searching...
No Matches
Kokkos::Execution::Impl::ForwardingAttributes< Sndr > Struct Template Reference

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

Detailed Description

template<stdexec::sender Sndr>
struct Kokkos::Execution::Impl::ForwardingAttributes< Sndr >

Filter queries on a sender to allow forwarding queries only.

See also:

Definition at line 16 of file attributes.hpp.

Member Function Documentation

◆ query()

template<stdexec::sender Sndr>
template<stdexec::__forwarding_query Query, typename... Args>
requires stdexec::__queryable_with<stdexec::env_of_t<Sndr>, Query, Args...>
auto Kokkos::Execution::Impl::ForwardingAttributes< Sndr >::query ( Query ,
Args &&... args ) const->stdexec::__query_result_t< stdexec::env_of_t< Sndr >, Query, Args... >
inlinenodiscardconstexprnoexcept

Definition at line 20 of file attributes.hpp.

References sndr.

Member Data Documentation

◆ sndr

template<stdexec::sender Sndr>
Sndr const& Kokkos::Execution::Impl::ForwardingAttributes< Sndr >::sndr

Definition at line 26 of file attributes.hpp.


The documentation for this struct was generated from the following file:
  • /__w/kokkos-execution/kokkos-execution/kokkos-execution/impl/attributes.hpp