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