Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for a snapshot of the master branch, built from commit 68cc668162.
PrevUpHomeNext

Function template make_unique

boost::movelib::make_unique

Synopsis

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


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

Description

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


PrevUpHomeNext