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

#include <vulkan.hpp>

Public Member Functions

std::size_t operator() (VULKAN_HPP_NAMESPACE::DeviceMemory const &deviceMemory) const VULKAN_HPP_NOEXCEPT
 

Detailed Description

Definition at line 93391 of file vulkan.hpp.

Member Function Documentation

◆ operator()()

std::size_t std::hash< VULKAN_HPP_NAMESPACE::DeviceMemory >::operator() ( VULKAN_HPP_NAMESPACE::DeviceMemory const &  deviceMemory) const
inline

Definition at line 93393 of file vulkan.hpp.

93394  {
93395  return std::hash<VkDeviceMemory>{}(static_cast<VkDeviceMemory>(deviceMemory));
93396  }

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