#include <ScopedPtr.h>
|
template<typename ... Args> |
B * | operator() (Args &&... args) |
|
◆ operator()()
template<class T , class B = T>
template<typename ... Args>
B * pma::New< T, B >::operator() |
( |
Args &&... |
args | ) |
|
|
inline |
19 {
20 return new T{std::forward<Args>(args)...};
21 }
The documentation for this struct was generated from the following file: