Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template make_unique_nothrow

boost::movelib::make_unique_nothrow

Synopsis

// In header: <boost/move/make_unique.hpp>


template<typename T, class... Args> 
  unspecified make_unique_nothrow(Args && ...);

Description

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


PrevUpHomeNext