|
kokkos-execution 0.0.1
|
#include "kokkos-execution/stdexec.hpp"#include "kokkos-execution/impl/attributes.hpp"#include "kokkos-execution/impl/completion_signatures.hpp"#include "kokkos-execution/impl/env.hpp"#include "tests/utils/stdexec.hpp"Go to the source code of this file.
Classes | |
| struct | Tests::Utils::check_rcvr_env_queryable_with_t< IsQueryable, Queries > |
| struct | Tests::Utils::CheckRcvrEnvQueryableWithSender< IsQueryable, Sndr, Queries > |
Namespaces | |
| namespace | Tests |
| namespace | Tests::Utils |
Variables | |
| template<typename... Queries> | |
| constexpr check_rcvr_env_queryable_with_t< true, Queries... > | Tests::Utils::check_rcvr_env_queryable_with {} |
| template<typename... Queries> | |
| constexpr check_rcvr_env_queryable_with_t< false, Queries... > | Tests::Utils::check_rcvr_env_not_queryable_with {} |
Check the environment of the receiver is queryable for a given set of queries.
Definition in file check_rcvr_env_queryable_with.hpp.