HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::IsPartOfStructureChain< Type, Head, Tail...> Struct Template Reference

#include <vulkan.hpp>

Static Public Attributes

static const bool valid = std::is_same<Type, Head>::value || IsPartOfStructureChain<Type, Tail...>::valid
 

Detailed Description

template<typename Type, typename Head, typename... Tail>
struct VULKAN_HPP_NAMESPACE::IsPartOfStructureChain< Type, Head, Tail...>

Definition at line 941 of file vulkan.hpp.

Member Data Documentation

template<typename Type , typename Head , typename... Tail>
const bool VULKAN_HPP_NAMESPACE::IsPartOfStructureChain< Type, Head, Tail...>::valid = std::is_same<Type, Head>::value || IsPartOfStructureChain<Type, Tail...>::valid
static

Definition at line 943 of file vulkan.hpp.


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