glbinding
2.0.0.00e2ff521289
A C++ binding for the OpenGL API, generated using the gl.xml specification.
|
Test condition and recursion for the is_member_of_SharedBitfield metaprogramming. More...
#include <glbinding/include/glbinding/SharedBitfield.h>
Static Public Attributes | |
static const bool | value = std::conditional<std::is_same<T, U>::value, std::true_type, is_member_of_SharedBitfield<T, Types...>>::type::value |
result of the inclusion test More... | |
Test condition and recursion for the is_member_of_SharedBitfield metaprogramming.
T | The type to test for membership. |
U | The current head of the list of Types. |
Types | The tail of the list of Types. |
|
static |
result of the inclusion test