1#include "gtest/gtest.h"
18constexpr struct PropA :
public ::stdexec::__query<PropA> {
21struct PropB :
public ::stdexec::__query<PropB> { };
34TEST(check_rcvr_env_queryable_with, and_not_rvalue) {
39TEST(check_rcvr_env_queryable_with, and_not_lvalue) {
41 stdexec::sync_wait(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
consteval auto get_sndr()