X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=doc%2Fhtml%2Fboost_asio%2Freference%2Fbasic_datagram_socket%2Fasync_send%2Foverload2.html;h=1c032db5929844a927feff333f5586cad7afe988;hb=08c1e93fa36a49f49325a07fe91ff92c964c2b6c;hp=e624779cd23e42ac20eae0febdc579467a52bcbd;hpb=bb4dd8289b351fae6b55e303f189127a394a1edd;p=platform%2Fupstream%2Fboost.git diff --git a/doc/html/boost_asio/reference/basic_datagram_socket/async_send/overload2.html b/doc/html/boost_asio/reference/basic_datagram_socket/async_send/overload2.html index e624779..1c032db 100644 --- a/doc/html/boost_asio/reference/basic_datagram_socket/async_send/overload2.html +++ b/doc/html/boost_asio/reference/basic_datagram_socket/async_send/overload2.html @@ -3,7 +3,7 @@ basic_datagram_socket::async_send (2 of 2 overloads) - + @@ -33,23 +33,22 @@
template<
     typename ConstBufferSequence,
     typename WriteHandler>
-void async_send(
+void-or-deduced async_send(
     const ConstBufferSequence & buffers,
     socket_base::message_flags flags,
     WriteHandler handler);
 

- This function is used to send data on the datagram socket. The function - call will block until the data has been sent successfully or an error - occurs. + This function is used to asynchronously send data on the datagram socket. + The function call always returns immediately.

- Parameters + Parameters

-
+
buffers

One or more data buffers to be sent on the socket. Although the @@ -84,7 +83,7 @@

- Remarks + Remarks

The async_send operation can only be used with a connected socket. Use @@ -93,7 +92,7 @@ -