Alexandria
2.14.1
Please provide a description of the project.
|
Namespaces | |
Configuration | |
GridContainer | |
MathUtils | |
NdArray | |
PhysicsUtils | |
SOM | |
SourceCatalog | |
Table | |
XYDataset | |
Classes | |
class | InstOrRefHolder |
class | ThreadPool |
Basic thread pool implementation. More... | |
Functions | |
template<typename T , typename... Args> | |
std::unique_ptr< T > | 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... | |
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.
args | list of arguments with which the instance of T will be constructed |
Definition at line 41 of file memory_tools.h.