Searched defs:make_unique (Results 1 – 7 of 7) 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
19 std::unique_ptr<T> make_unique(Args&&... args) { in make_unique() function32 std::unique_ptr<T> make_unique(Args&&... args) { in make_unique() function
11 [#make_unique] anchor
17 std::unique_ptr<T> make_unique(Args&&... args) { in make_unique() function
191 void make_unique() in make_unique() function in lex_token
288 void make_unique() in make_unique() function in boost::wave::cpplexer::lex_token
200 Allocator::unique_ptr<T> Allocator::make_unique(ARGS&&... args) { in make_unique() function