kokkos-execution 0.0.1
Loading...
Searching...
No Matches
Tests::Utils::CheckRcvrEnvQueryableWithSender< IsQueryable, Sndr, Queries > Struct Template Reference

#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

Detailed Description

template<bool IsQueryable, stdexec::sender Sndr, typename... Queries>
struct Tests::Utils::CheckRcvrEnvQueryableWithSender< IsQueryable, Sndr, Queries >

Definition at line 38 of file check_rcvr_env_queryable_with.hpp.

Member Typedef Documentation

◆ sender_concept

template<bool IsQueryable, stdexec::sender Sndr, typename... Queries>
using Tests::Utils::CheckRcvrEnvQueryableWithSender< IsQueryable, Sndr, Queries >::sender_concept = stdexec::sender_t

Definition at line 39 of file check_rcvr_env_queryable_with.hpp.

Member Function Documentation

◆ check_rcvr_env()

template<bool IsQueryable, stdexec::sender Sndr, typename... Queries>
template<stdexec::receiver Rcvr>
consteval bool Tests::Utils::CheckRcvrEnvQueryableWithSender< IsQueryable, Sndr, Queries >::check_rcvr_env ( )
inlinestaticconsteval

Definition at line 58 of file check_rcvr_env_queryable_with.hpp.

◆ connect() [1/2]

template<bool IsQueryable, stdexec::sender Sndr, typename... Queries>
template<stdexec::receiver Rcvr>
auto Tests::Utils::CheckRcvrEnvQueryableWithSender< IsQueryable, Sndr, Queries >::connect ( Rcvr rcvr) &&
inlineconstexprnoexcept

Definition at line 46 of file check_rcvr_env_queryable_with.hpp.

References check_rcvr_env(), and sndr.

◆ connect() [2/2]

template<bool IsQueryable, stdexec::sender Sndr, typename... Queries>
template<stdexec::receiver Rcvr>
auto Tests::Utils::CheckRcvrEnvQueryableWithSender< IsQueryable, Sndr, Queries >::connect ( Rcvr rcvr) const &
inlineconstexprnoexcept

Definition at line 52 of file check_rcvr_env_queryable_with.hpp.

References check_rcvr_env(), and sndr.

◆ get_completion_signatures()

template<bool IsQueryable, stdexec::sender Sndr, typename... Queries>
template<::stdexec::__decays_to< CheckRcvrEnvQueryableWithSender > Self, typename... Env>
consteval auto Tests::Utils::CheckRcvrEnvQueryableWithSender< IsQueryable, Sndr, Queries >::get_completion_signatures ( )
inlinestaticconsteval

Definition at line 43 of file check_rcvr_env_queryable_with.hpp.

◆ get_env()

template<bool IsQueryable, stdexec::sender Sndr, typename... Queries>
auto Tests::Utils::CheckRcvrEnvQueryableWithSender< IsQueryable, Sndr, Queries >::get_env ( ) const->Kokkos::Execution::Impl::ForwardingAttributes< Sndr >
inlinenodiscardconstexprnoexcept

Definition at line 71 of file check_rcvr_env_queryable_with.hpp.

References sndr.

Member Data Documentation

◆ sndr

template<bool IsQueryable, stdexec::sender Sndr, typename... Queries>
Sndr Tests::Utils::CheckRcvrEnvQueryableWithSender< IsQueryable, Sndr, Queries >::sndr

Definition at line 41 of file check_rcvr_env_queryable_with.hpp.


The documentation for this struct was generated from the following file: