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

#include <vulkan.hpp>

Public Member Functions

std::size_t operator() (VULKAN_HPP_NAMESPACE::Device const &device) const VULKAN_HPP_NOEXCEPT
 

Detailed Description

Definition at line 93383 of file vulkan.hpp.

Member Function Documentation

◆ operator()()

std::size_t std::hash< VULKAN_HPP_NAMESPACE::Device >::operator() ( VULKAN_HPP_NAMESPACE::Device const &  device) const
inline

Definition at line 93385 of file vulkan.hpp.

93386  {
93387  return std::hash<VkDevice>{}(static_cast<VkDevice>(device));
93388  }
static SDL_AudioDeviceID device
Definition: loopwave.c:37

References device.


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