Alexandria  2.22.0
Please provide a description of the project.
Namespaces | Functions
memory_tools.h File Reference
#include <memory>
Include dependency graph for memory_tools.h:
This graph shows which files directly or indirectly include this file:

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...