CRTP for creating objects similar to std::make_unique.
More...
#include <globjects/include/globjects/base/Instantiator.h>
|
template<typename... Args> |
static std::unique_ptr< Subclass > | create (Args &&...args) |
|
template<typename... Args> |
static std::unique_ptr< Subclass > | fromId (gl::GLuint id, Args &&...args) |
|
template<typename Subclass>
class globjects::Instantiator< Subclass >
CRTP for creating objects similar to std::make_unique.
template<typename Subclass>
template<typename... Args>
template<typename Subclass>
template<typename... Args>
The documentation for this class was generated from the following file: