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

#include <vulkan.hpp>

Public Member Functions

std::size_t operator() (VULKAN_HPP_NAMESPACE::CommandPool const &commandPool) const VULKAN_HPP_NOEXCEPT
 

Detailed Description

Definition at line 93317 of file vulkan.hpp.

Member Function Documentation

◆ operator()()

std::size_t std::hash< VULKAN_HPP_NAMESPACE::CommandPool >::operator() ( VULKAN_HPP_NAMESPACE::CommandPool const &  commandPool) const
inline

Definition at line 93319 of file vulkan.hpp.

93320  {
93321  return std::hash<VkCommandPool>{}(static_cast<VkCommandPool>(commandPool));
93322  }

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