X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=doc%2Fhtml%2Fboost_asio%2Freference%2Fbasic_stream_socket%2Fget_option%2Foverload2.html;h=c591b0b4e3a340e3815721770e7528b43a233af0;hb=08c1e93fa36a49f49325a07fe91ff92c964c2b6c;hp=1e20388458997083704f04c3fb0a38986e55beb2;hpb=bb4dd8289b351fae6b55e303f189127a394a1edd;p=platform%2Fupstream%2Fboost.git diff --git a/doc/html/boost_asio/reference/basic_stream_socket/get_option/overload2.html b/doc/html/boost_asio/reference/basic_stream_socket/get_option/overload2.html index 1e20388..c591b0b 100644 --- a/doc/html/boost_asio/reference/basic_stream_socket/get_option/overload2.html +++ b/doc/html/boost_asio/reference/basic_stream_socket/get_option/overload2.html @@ -3,7 +3,7 @@ basic_stream_socket::get_option (2 of 2 overloads) - + @@ -44,11 +44,11 @@

- Parameters + Parameters

-
+
option

The option value to be obtained from the socket. @@ -61,7 +61,7 @@

- Example + Example

Getting the value of the SOL_SOCKET/SO_KEEPALIVE option: @@ -75,12 +75,12 @@ { // An error occurred. } -bool is_set = option.get(); +bool is_set = option.value(); -