glbinding
3.0.2.58901078581f
A C++ binding for the OpenGL API, generated using the gl.xml specification.
|
A callback signature with return type and multiple arguments. More...
#include <glbinding/include/glbinding/Function.h>
Public Types | |
using | type = std::function< void(ReturnType, Arguments...)> |
Propagate the actual callable callback type. More... | |
A callback signature with return type and multiple arguments.
ReturnType | The type of the return value |
Arguments | The types of the arguments |
using glbinding::CallbackType< ReturnType, Arguments >::type = std::function<void(ReturnType, Arguments...)> |
Propagate the actual callable callback type.