1#include "gtest/gtest.h"
18constexpr struct PropA :
public ::stdexec::__query<PropA> {
21struct PropB :
public ::stdexec::__query<PropB> { };
28TEST(check_rcvr_env_queryable_with, and_not) {
31 | stdexec::write_env(stdexec::prop{
prop_a, 42.});
33 stdexec::sync_wait(std::move(sndr));
constexpr check_rcvr_env_queryable_with_t< false, Queries... > check_rcvr_env_not_queryable_with
constexpr check_rcvr_env_queryable_with_t< true, Queries... > check_rcvr_env_queryable_with