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

#include <vulkan.hpp>

Public Member Functions

std::size_t operator() (VULKAN_HPP_NAMESPACE::PhysicalDevice const &physicalDevice) const VULKAN_HPP_NOEXCEPT
 

Detailed Description

Definition at line 93479 of file vulkan.hpp.

Member Function Documentation

◆ operator()()

std::size_t std::hash< VULKAN_HPP_NAMESPACE::PhysicalDevice >::operator() ( VULKAN_HPP_NAMESPACE::PhysicalDevice const &  physicalDevice) const
inline

Definition at line 93481 of file vulkan.hpp.

93482  {
93483  return std::hash<VkPhysicalDevice>{}(static_cast<VkPhysicalDevice>(physicalDevice));
93484  }

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