glbinding  3.3.0.0
A C++ binding for the OpenGL API, generated using the gl.xml specification.
Loading...
Searching...
No Matches
glbinding::CallbackType< void, Arguments... > Struct Template Reference

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

#include <glbinding/Function.h>

Public Types

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

Detailed Description

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

A callback signature with multiple arguments but no return type.

Template Parameters
ArgumentsThe types of the arguments

Member Typedef Documentation

◆ type

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: