![]() |
Home | Libraries | People | FAQ | More |
boost::movelib::make_unique_nothrow_definit
// In header: <boost/move/make_unique.hpp> template<typename T> unique_ptr< ();
Remarks: This function shall not participate in overload resolution unless T is not an array.
Returns: (default initialization) unique_ptr<T>(new T(std::nothrow)