|
kokkos-execution 0.0.1
|
Go to the source code of this file.
Classes | |
| struct | Tests::Utils::DomainInheritingFromDefault |
Namespaces | |
| namespace | Tests |
| namespace | Tests::Utils |
Functions | |
| template<typename DomainType> | |
| consteval bool | Tests::Utils::check_if_common_domain_is_default () |
Check if a domain has the stdexec::default_domain as common domain with a few other domains. | |
| template<typename DomainType, typename Tag, stdexec::sender ScheduleSenderType, typename... Args> | |
| consteval bool | Tests::Utils::check_if_domain_has_transform_sender_for () |
Check if the domain has a transform of a Tag sender. | |
| template<typename DomainType, typename Tag, stdexec::sender ScheduleSenderType, typename... Args> | |
| consteval bool | Tests::Utils::check_if_default_domain_like_for () |
Check if the domain's transform of a Tag sender is "default-like". | |