class any_sender
Declaration
template <typename... Ts>
class any_sender { /* full declaration omitted */ };Declared at: libs/pika/execution_base/include/pika/execution_base/any_sender.hpp:781
Member Variables
- public static const bool sends_done = false
Method Overview
- public any_sender<Ts...>()
- public any_sender<Ts...>(any_sender<Ts...> &&)
- public any_sender<Ts...>(const any_sender<Ts...> &)
- public template <typename Sender, typename = std::enable_if_t<!std::is_same_v<std::decay_t<Sender>, any_sender<Ts...>>>> any_sender<Ts...>(Sender && sender)
- public ~any_sender<Ts...>()
Methods
any_sender<Ts...>()
any_sender<Ts...>()Declared at: libs/pika/execution_base/include/pika/execution_base/any_sender.hpp:795
any_sender<Ts...>(any_sender<Ts...>&&)
any_sender<Ts...>(any_sender<Ts...>&&)Declared at: libs/pika/execution_base/include/pika/execution_base/any_sender.hpp:827
Parameters
- any_sender<Ts...>&&
any_sender<Ts...>(const any_sender<Ts...>&)
any_sender<Ts...>(const any_sender<Ts...>&)Declared at: libs/pika/execution_base/include/pika/execution_base/any_sender.hpp:828
Parameters
- const any_sender<Ts...>&
template <
typename Sender,
typename = std::enable_if_t<
!std::is_same_v<std::decay_t<Sender>,
any_sender<Ts...>>>>
any_sender<Ts...>(Sender&& sender)
template <
typename Sender,
typename = std::enable_if_t<
!std::is_same_v<std::decay_t<Sender>,
any_sender<Ts...>>>>
any_sender<Ts...>(Sender&& sender)Declared at: libs/pika/execution_base/include/pika/execution_base/any_sender.hpp:800
Parameters
- Sender&& sender
~any_sender<Ts...>()
~any_sender<Ts...>()Declared at: libs/pika/execution_base/include/pika/execution_base/any_sender.hpp:826