HelenOS sources

make_unique       510 uspace/lib/cpp/include/__bits/memory/unique_ptr.hpp     void make_unique(Args&&...) = delete;
make_unique       110 uspace/lib/cpp/src/__bits/test/memory.cpp             auto ptr = std::make_unique<mock>();
make_unique       119 uspace/lib/cpp/src/__bits/test/memory.cpp             auto ptr = std::make_unique<mock>();
make_unique       126 uspace/lib/cpp/src/__bits/test/memory.cpp             auto ptr = std::make_unique<mock>();
make_unique       137 uspace/lib/cpp/src/__bits/test/memory.cpp                 auto ptr2 = std::make_unique<mock>();
make_unique       146 uspace/lib/cpp/src/__bits/test/memory.cpp             auto ptr = std::make_unique<mock[]>(10U);
HelenOS homepage, sources at GitHub