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

Break condition for the is_member_of_SharedBitfield metaprogramming. More...

#include <glbinding/SharedBitfield.h>

Static Public Attributes

static const bool value = false
 result of the inclusion test; always false since the list of types to test against is empty
 

Detailed Description

template<typename T, typename... Types>
struct glbinding::is_member_of_SharedBitfield< T, Types >

Break condition for the is_member_of_SharedBitfield metaprogramming.

Template Parameters
TThe type to test for membership
TypesThe tail of the list of Types
Remarks
This template is used if the list of Types is empty

Member Data Documentation

◆ value

template<typename T , typename... Types>
const bool glbinding::is_member_of_SharedBitfield< T, Types >::value = false
static

result of the inclusion test; always false since the list of types to test against is empty


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