glbinding  3.0.2.58901078581f
A C++ binding for the OpenGL API, generated using the gl.xml specification.
glbinding::prepend_to_SharedBitfield< T, SharedBitfield< Types... > > Struct Template Reference

The SharedBitfield type concatenation. More...

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

Public Types

using type = SharedBitfield< T, Types... >
 the compound SharedBitfield type More...
 

Detailed Description

template<typename T, typename... Types>
struct glbinding::prepend_to_SharedBitfield< T, SharedBitfield< Types... > >

The SharedBitfield type concatenation.

Template Parameters
TThe new head of the list of Types
TypesThe tail of the list of Types

Member Typedef Documentation

template<typename T , typename... Types>
using glbinding::prepend_to_SharedBitfield< T, SharedBitfield< Types... > >::type = SharedBitfield<T, Types...>

the compound SharedBitfield type


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