11 #ifndef ASIO_DETAIL_WINRT_SOCKET_CONNECT_OP_HPP 12 #define ASIO_DETAIL_WINRT_SOCKET_CONNECT_OP_HPP 14 #if defined(_MSC_VER) && (_MSC_VER >= 1200) 16 #endif // defined(_MSC_VER) && (_MSC_VER >= 1200) 20 #if defined(ASIO_WINDOWS_RUNTIME) 36 template <
typename Handler>
37 class winrt_socket_connect_op :
38 public winrt_async_op<void>
43 winrt_socket_connect_op(Handler& handler)
44 : winrt_async_op<void>(&winrt_socket_connect_op::do_complete),
53 winrt_socket_connect_op* o(static_cast<winrt_socket_connect_op*>(base));
54 ptr p = { asio::detail::addressof(o->handler_), o, o };
64 detail::binder1<Handler, asio::error_code>
65 handler(o->handler_, o->ec_);
66 p.h = asio::detail::addressof(handler.handler_);
88 #endif // defined(ASIO_WINDOWS_RUNTIME) 90 #endif // ASIO_DETAIL_WINRT_SOCKET_CONNECT_OP_HPP
#define ASIO_HANDLER_INVOCATION_END
asio::basic_streambuf< Allocator > & b
null_fenced_block fenced_block
class task_io_service io_service_impl
void invoke(Function &function, Context &context)
#define ASIO_HANDLER_INVOCATION_BEGIN(args)
Class to represent an error code value.
task_io_service_operation operation
#define ASIO_DEFINE_HANDLER_PTR(op)
#define ASIO_HANDLER_COMPLETION(args)
#define ASIO_MOVE_CAST(type)