Searched refs:make_unique (Results 1 – 8 of 8) sorted by relevance
12 /* Whether C++14 std::make_unique is available */
136 std::unique_ptr<T> make_unique(Args&&... args) { in make_unique() function
41 auto test = std::make_unique<void>();
550 auto reopened = std::make_unique<QFile>( attached_file_->fileName() ); in reOpenFile()