#include <di/execution/algorithm/when_all.h>
|
template<concepts::Sender... Senders>
requires (sizeof...(Senders) > 0) |
auto | operator() (Senders &&... senders) const -> concepts::Sender auto |
|
◆ operator()()
template<concepts::Sender... Senders>
requires (sizeof...(Senders) > 0)
auto di::execution::when_all_ns::VariantFunction::operator() |
( |
Senders &&... | senders | ) |
const -> concepts::Sender auto |
|
inline |
The documentation for this struct was generated from the following file: