SDL  2.0
VULKAN_HPP_NAMESPACE::StructureChainContains< Index, T, ChainElements > Struct Template Reference

#include <vulkan.hpp>

Static Public Attributes

static const bool value
 

Detailed Description

template<size_t Index, typename T, typename... ChainElements>
struct VULKAN_HPP_NAMESPACE::StructureChainContains< Index, T, ChainElements >

Definition at line 884 of file vulkan.hpp.

Field Documentation

◆ value

template<size_t Index, typename T , typename... ChainElements>
const bool VULKAN_HPP_NAMESPACE::StructureChainContains< Index, T, ChainElements >::value
static
Initial value:
= std::is_same<T, typename std::tuple_element<Index, std::tuple<ChainElements...>>::type>::value ||
StructureChainContains<Index - 1, T, ChainElements...>::value
GLuint GLuint GLsizei GLenum type
Definition: SDL_opengl.h:1571
GLsizei const GLfloat * value
static const double T[]
Definition: k_tan.c:53

Definition at line 886 of file vulkan.hpp.


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