|
TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
|
Generic factory for constructing objects of a given type.
Definition in file factory.hpp.
Go to the source code of this file.
Functions | |
| template<typename T, typename... U> | |
| T | triqs::utility::factory (U &&...x) |
| Generic factory to construct an object of a given type from an arbitrary parameter pack of arguments. | |