![]() |
globjects
2.0.0.4363356ae2ef
Strict OpenGL objects wrapper.
|
CRTP for creating objects similar to std::make_unique. More...
#include <globjects/include/globjects/base/Instantiator.h>
Static Public Member Functions | |
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) |
CRTP for creating objects similar to std::make_unique.
|
static |
|
static |