From 88e602c57797660ebe0f9e15dbd64c1ff16dead3 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Wed, 13 Sep 2017 11:26:20 +0900 Subject: Imported Upstream version 1.65.1 Change-Id: Ie4005d637141f8311f4b6d46b613478a2b3dae59 Signed-off-by: DongHun Kwak --- .../boost/movelib/make_unique_n_idp665598208.html | 56 ++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 doc/html/boost/movelib/make_unique_n_idp665598208.html (limited to 'doc/html/boost/movelib/make_unique_n_idp665598208.html') diff --git a/doc/html/boost/movelib/make_unique_n_idp665598208.html b/doc/html/boost/movelib/make_unique_n_idp665598208.html new file mode 100644 index 0000000000..ad63c8499e --- /dev/null +++ b/doc/html/boost/movelib/make_unique_n_idp665598208.html @@ -0,0 +1,56 @@ + + + + +Function template make_unique_nothrow_definit + + + + + + + + + + + + + + + +
Boost C++ LibrariesHomeLibrariesPeopleFAQMore
+
+
+PrevUpHomeNext +
+
+
+
+

Function template make_unique_nothrow_definit

+

boost::movelib::make_unique_nothrow_definit

+
+

Synopsis

+
// In header: <boost/move/make_unique.hpp>
+
+
+template<typename T> unique_ptr< T > make_unique_nothrow_definit();
+
+

Description

+

Remarks: This function shall not participate in overload resolution unless T is not an array.

+

Returns: unique_ptr<T>(new T(std::nothrow) (default initialization)

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