Boost C++ 库

...世界上最受推崇和专业设计的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu, C++ 编码规范

PrevUpHomeNext

函数模板 make_unique_definit

boost::movelib::make_unique_definit

概要

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


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

描述

备注: 除非 T 是已知边界的数组,否则此函数不应参与重载解析。


PrevUpHomeNext