|
Alexandria
2.27.0
SDC-CH common library for the Euclid project
|
#include <memory>

Go to the source code of this file.
Namespaces | |
| Euclid | |
Functions | |
| template<typename T , typename... Args> | |
| std::unique_ptr< T > | Euclid::make_unique (Args &&...args) |
| Constructs an object of type T and wraps it in a std::unique_ptr using args as the parameter list for the constructor of T. More... | |
1.8.5