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 --- .../windows__basic_stream_handle/assign.html | 57 ++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 doc/html/boost_asio/reference/windows__basic_stream_handle/assign.html (limited to 'doc/html/boost_asio/reference/windows__basic_stream_handle/assign.html') diff --git a/doc/html/boost_asio/reference/windows__basic_stream_handle/assign.html b/doc/html/boost_asio/reference/windows__basic_stream_handle/assign.html new file mode 100644 index 0000000000..cc5cad3a8e --- /dev/null +++ b/doc/html/boost_asio/reference/windows__basic_stream_handle/assign.html @@ -0,0 +1,57 @@ + + + +windows::basic_stream_handle::assign + + + + + + + + + + + + + + + +
Boost C++ LibrariesHomeLibrariesPeopleFAQMore
+
+
+PrevUpHomeNext +
+
+ +

+ +Assign an existing native handle to the + handle. +

+
void assign(
+    const native_handle_type & handle);
+  » more...
+
+boost::system::error_code assign(
+    const native_handle_type & handle,
+    boost::system::error_code & ec);
+  » more...
+
+
+ + + +
+
+
+PrevUpHomeNext +
+ + -- cgit v1.2.3