SDL  2.0
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 878 of file vulkan.hpp.

Field Documentation

◆ valid

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 880 of file vulkan.hpp.


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