From b5c87084afaef42b2d058f68091be31988a6a874 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Wed, 13 Sep 2017 11:08:07 +0900 Subject: Imported Upstream version 1.64.0 Change-Id: Id9212edd016dd55f21172c427aa7894d1d24148b Signed-off-by: DongHun Kwak --- .../reference/basic_stream_socket/native.html | 57 ++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 doc/html/boost_asio/reference/basic_stream_socket/native.html (limited to 'doc/html/boost_asio/reference/basic_stream_socket/native.html') diff --git a/doc/html/boost_asio/reference/basic_stream_socket/native.html b/doc/html/boost_asio/reference/basic_stream_socket/native.html new file mode 100644 index 0000000000..7a69ae3554 --- /dev/null +++ b/doc/html/boost_asio/reference/basic_stream_socket/native.html @@ -0,0 +1,57 @@ + + + +basic_stream_socket::native + + + + + + + + + + + + + + + +
Boost C++ LibrariesHomeLibrariesPeopleFAQMore
+
+
+PrevUpHomeNext +
+
+ +

+ Inherited from basic_socket. +

+

+ +(Deprecated: Use native_handle().) Get the native socket representation. +

+
native_type native();
+
+

+ This function may be used to obtain the underlying representation of the + socket. This is intended to allow access to native socket functionality + that is not otherwise provided. +

+
+ + + +
+
+
+PrevUpHomeNext +
+ + -- cgit v1.2.3