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

#include <vulkan.hpp>

Public Member Functions

std::size_t operator() (VULKAN_HPP_NAMESPACE::Fence const &fence) const VULKAN_HPP_NOEXCEPT
 

Detailed Description

Definition at line 93423 of file vulkan.hpp.

Member Function Documentation

◆ operator()()

std::size_t std::hash< VULKAN_HPP_NAMESPACE::Fence >::operator() ( VULKAN_HPP_NAMESPACE::Fence const &  fence) const
inline

Definition at line 93425 of file vulkan.hpp.

93426  {
93427  return std::hash<VkFence>{}(static_cast<VkFence>(fence));
93428  }

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