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

#include <vulkan.hpp>

Public Member Functions

std::size_t operator() (VULKAN_HPP_NAMESPACE::Semaphore const &semaphore) const VULKAN_HPP_NOEXCEPT
 

Detailed Description

Definition at line 93559 of file vulkan.hpp.

Member Function Documentation

◆ operator()()

std::size_t std::hash< VULKAN_HPP_NAMESPACE::Semaphore >::operator() ( VULKAN_HPP_NAMESPACE::Semaphore const &  semaphore) const
inline

Definition at line 93561 of file vulkan.hpp.

93562  {
93563  return std::hash<VkSemaphore>{}(static_cast<VkSemaphore>(semaphore));
93564  }

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