![]() |
Sayonara Player
|
Functions | |
template<typename T , typename... Args> | |
std::unique_ptr< T > | make (Args &&... args) |
make create an instance of the ::Private structure More... | |
ingroup @Helper
std::unique_ptr<T> Pimpl::make | ( | Args &&... | args | ) |
make create an instance of the ::Private structure
args | arguments, the ::Private constructor needs |