glbinding  2.1.1.96dbfd46d679
A C++ binding for the OpenGL API, generated using the gl.xml specification.
glbinding::CallbackType< void, Arguments... > Struct Template Reference

A callback signature with multiple arguments but no return type. More...

#include <glbinding/include/glbinding/Function.h>

Public Types

using type = std::function< void(Arguments...)>
 Propagate the actual callable callback type. More...
 

Detailed Description

template<typename... Arguments>
struct glbinding::CallbackType< void, Arguments... >

A callback signature with multiple arguments but no return type.

Parameters
ArgumentsThe types of the arguments

Member Typedef Documentation

template<typename... Arguments>
using glbinding::CallbackType< void, Arguments... >::type = std::function<void(Arguments...)>

Propagate the actual callable callback type.


The documentation for this struct was generated from the following file: