#include <di/execution/io/async_net.h>
|
template<concepts::Scheduler Sched, typename... ExtraArgs>
requires (concepts::TagInvocable<AsyncMakeSocket, Sched, ExtraArgs...>) |
constexpr auto | operator() (Sched &&sched, ExtraArgs &&... extra_args) const |
|
◆ operator()()
template<concepts::Scheduler Sched, typename... ExtraArgs>
requires (concepts::TagInvocable<
AsyncMakeSocket, Sched, ExtraArgs...>)
auto di::execution::async_net_ns::AsyncMakeSocket::operator() |
( |
Sched && | sched, |
|
|
ExtraArgs &&... | extra_args ) const |
|
inlineconstexpr |
The documentation for this struct was generated from the following file: