SDL  2.0
std::hash< VULKAN_HPP_NAMESPACE::ImageView > Struct Reference

#include <vulkan.hpp>

Public Member Functions

std::size_t operator() (VULKAN_HPP_NAMESPACE::ImageView const &imageView) const VULKAN_HPP_NOEXCEPT
 

Detailed Description

Definition at line 93447 of file vulkan.hpp.

Member Function Documentation

◆ operator()()

std::size_t std::hash< VULKAN_HPP_NAMESPACE::ImageView >::operator() ( VULKAN_HPP_NAMESPACE::ImageView const &  imageView) const
inline

Definition at line 93449 of file vulkan.hpp.

93450  {
93451  return std::hash<VkImageView>{}(static_cast<VkImageView>(imageView));
93452  }

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