Searched defs:make_unique (Results 1 – 5 of 5) sorted by relevance
23 make_unique() in make_unique() function31 make_unique(Args&&... args) in make_unique() function39 make_unique(typename remove_reference<T>::type&& value) in make_unique() function54 make_unique(std::size_t size) in make_unique() function
11 [#make_unique] anchor
41 std::unique_ptr<T> make_unique(Args &&... args) in make_unique() function
16 make_unique(Args &&... args) { in make_unique() function
200 Allocator::unique_ptr<T> Allocator::make_unique(ARGS&&... args) { in make_unique() function