kokkos-execution 0.0.1
Loading...
Searching...
No Matches
Tests::Utils::check_rcvr_env_t< ExpectedEnv > Struct Template Reference

Check that the receiver environment is of type ExpectedEnv. More...

#include <check_rcvr_env.hpp>

Public Member Functions

constexpr auto operator() () const noexcept
template<stdexec::sender Sndr>
constexpr auto operator() (Sndr &&sndr) const

Detailed Description

template<typename ExpectedEnv>
struct Tests::Utils::check_rcvr_env_t< ExpectedEnv >

Check that the receiver environment is of type ExpectedEnv.

Definition at line 36 of file check_rcvr_env.hpp.

Member Function Documentation

◆ operator()() [1/2]

template<typename ExpectedEnv>
auto Tests::Utils::check_rcvr_env_t< ExpectedEnv >::operator() ( ) const
inlinenodiscardconstexprnoexcept

Definition at line 38 of file check_rcvr_env.hpp.

◆ operator()() [2/2]

template<typename ExpectedEnv>
template<stdexec::sender Sndr>
auto Tests::Utils::check_rcvr_env_t< ExpectedEnv >::operator() ( Sndr && sndr) const
inlinenodiscardconstexpr

Definition at line 44 of file check_rcvr_env.hpp.


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