kokkos-execution 0.0.1
Loading...
Searching...
No Matches
Kokkos::Execution::ExecutionSpaceImpl::has_at_least_one_child_completing_on< ChannelTag, DomainType, Sndr, Env > Struct Template Reference

Determine if at least one of the children of the sender completes on the given domain. More...

#include <continues_on.hpp>

Public Types

template<typename T>
using completes_on_domain

Static Public Attributes

static constexpr bool value

Detailed Description

template<typename ChannelTag, typename DomainType, typename Sndr, typename Env>
struct Kokkos::Execution::ExecutionSpaceImpl::has_at_least_one_child_completing_on< ChannelTag, DomainType, Sndr, Env >

Determine if at least one of the children of the sender completes on the given domain.

Definition at line 14 of file continues_on.hpp.

Member Typedef Documentation

◆ completes_on_domain

template<typename ChannelTag, typename DomainType, typename Sndr, typename Env>
template<typename T>
using Kokkos::Execution::ExecutionSpaceImpl::has_at_least_one_child_completing_on< ChannelTag, DomainType, Sndr, Env >::completes_on_domain
Initial value:
std::bool_constant<std::same_as<DomainType, stdexec::__detail::__completing_domain_t<ChannelTag, T, Env>>>

Definition at line 16 of file continues_on.hpp.

Member Data Documentation

◆ value

template<typename ChannelTag, typename DomainType, typename Sndr, typename Env>
bool Kokkos::Execution::ExecutionSpaceImpl::has_at_least_one_child_completing_on< ChannelTag, DomainType, Sndr, Env >::value
staticconstexpr
Initial value:
=
stdexec::__mapply<stdexec::__many_of<stdexec::__q<completes_on_domain>>, stdexec::__children_of<Sndr>>::value

Definition at line 20 of file continues_on.hpp.


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