HomeSort by relevance Sort by last modified time
    Searched full:make_unique_ptr (Results 1 - 1 of 1) sorted by null

  /external/clang/test/SemaCXX/
rval-references-examples.cpp 56 unique_ptr<T> make_unique_ptr(Args &&...args) { function
68 unique_ptr<int> p2(make_unique_ptr<int>(17));
69 unique_ptr<int> p3 = make_unique_ptr<int>(17);
77 p2 = make_unique_ptr<int>(0);
83 accept_unique_ptr(make_unique_ptr<double>(0.0));

Completed in 79 milliseconds