Searched defs:make_unique (Results 1 – 2 of 2) sorted by relevance
79 unique_ptr<T> make_unique(Args&&... args) { in make_unique() function178 unique_ptr make_unique(Args&&... args) { in make_unique() function
58 template <typename T, typename... Args> std::unique_ptr<T> make_unique(Args&&... args) { in make_unique() function