MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Hpp / error_code make_error_code

Method error_code make_error_code

vulkan/vulkan.hpp:8566–8569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8564 }
8565
8566 VULKAN_HPP_INLINE std::error_code make_error_code( Result e ) VULKAN_HPP_NOEXCEPT
8567 {
8568 return std::error_code( static_cast<int>( e ), errorCategory() );
8569 }
8570
8571 VULKAN_HPP_INLINE std::error_condition make_error_condition( Result e ) VULKAN_HPP_NOEXCEPT
8572 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected