From 3fdc3e5ee96dca5b11d1694975a65200787eab86 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Thu, 5 Dec 2019 15:11:01 +0900 Subject: Imported Upstream version 1.66.0 --- .../reference/windows__object_handle/assign.html | 57 ++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 doc/html/boost_asio/reference/windows__object_handle/assign.html (limited to 'doc/html/boost_asio/reference/windows__object_handle/assign.html') diff --git a/doc/html/boost_asio/reference/windows__object_handle/assign.html b/doc/html/boost_asio/reference/windows__object_handle/assign.html new file mode 100644 index 0000000000..03d56cdd22 --- /dev/null +++ b/doc/html/boost_asio/reference/windows__object_handle/assign.html @@ -0,0 +1,57 @@ + + + +windows::object_handle::assign + + + + + + + + + + + + + + + +
Boost C++ LibrariesHomeLibrariesPeopleFAQMore
+
+
+PrevUpHomeNext +
+
+ +

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

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