Functions | |
| template<typename T , typename... Args> | |
| unique_ptr< T > | make_unique (Args &&... args) |
| Utility function to provide the C++14 make_unique functionality. More... | |
|
inline |
Utility function to provide the C++14 make_unique functionality.
| args | Constructor arguments for T |