struct empty_unique_any_sender

Declaration

template <typename... Ts>
struct empty_unique_any_sender { /* full declaration omitted */ };

Declared at: libs/pika/execution_base/include/pika/execution_base/any_sender.hpp:564

Method Overview

  • public pika::execution::experimental::detail::any_operation_state connect(any_receiver<Ts...> &&) &&
  • public bool empty() const noexcept
  • public void move_into(void *)

Methods

pika::execution::experimental::detail::
    any_operation_state
    connect(any_receiver<Ts...>&&) &&

Declared at: libs/pika/execution_base/include/pika/execution_base/any_sender.hpp:576

Parameters

any_receiver<Ts...>&&

bool empty() const noexcept

Declared at: libs/pika/execution_base/include/pika/execution_base/any_sender.hpp:571

void move_into(void*)

Declared at: libs/pika/execution_base/include/pika/execution_base/any_sender.hpp:566

Parameters

void*