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

Break condition for the is_member_of_SharedBitfield metaprogramming. More...

#include <glbinding/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 More...
 

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

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: