glbinding  3.3.0.0
A C++ binding for the OpenGL API, generated using the gl.xml specification.
Loading...
Searching...
No Matches
glbinding::prepend_to_SharedBitfield< T, SharedBitfield< Types... > > Struct Template Reference

The SharedBitfield type concatenation. More...

#include <glbinding/SharedBitfield.h>

Public Types

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

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

◆ type

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: