MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / make_unique

Function make_unique

tests/catch.hpp:3503–3505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3501 namespace pf{
3502 template<typename T, typename... Args>
3503 std::unique_ptr<T> make_unique( Args&&... args ) {
3504 return std::unique_ptr<T>(new T(std::forward<Args>(args)...));
3505 }
3506 }
3507
3508 template<typename T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected