async_send_to

Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - basic_raw_socket::async_send_to

basic_raw_socket::async_send_to 비동기 전송을 시작한다. [1 / 2 오버로드] template DEDUCED async_send_to( const ConstBufferSequence & buffers, const endpoint_type & destination, WriteHandler && handler = DEFAULT); [ConstBufferSequence, WriteHandler, DEFAULT, DEDUCED, async_send_to] [2 / 2 오버로드] template< typename ConstBufferSequence, typename Writ..

Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - basic_datagram_socket::async_send_to

basic_datagram_socket::async_send_to 비동기 전송을 시작한다. [1 / 2 오버로드] template DEDUCED async_send_to( const ConstBufferSequence & buffers, const endpoint_type & destination, WriteHandler && handler = DEFAULT); [ConstBufferSequence, WriteHandler, DEFAULT, DEDUCED, async_send_to] [2 / 2 오버로드] template< typename ConstBufferSequence, typename..

까마귀75
'async_send_to' 태그의 글 목록