|
halcheck 1.0
|
A function object that calls the constructor of a given type. More...
#include <constructor.hpp>
Public Member Functions | |
| template<typename... Args> | |
| T | operator() (Args... args) |
Invokes a constructor of T. | |
A function object that calls the constructor of a given type.
| T | The type of value to construct. |