Searched defs:SystemError (Results 1 – 1 of 1) sorted by relevance
731 class SystemError : public Error, public std::system_error class734 SystemError( std::error_code ec ) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError736 SystemError( std::error_code ec, std::string const& what ) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError738 SystemError( std::error_code ec, char const * what ) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError740 SystemError( int ev, std::error_category const& ecat ) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError742 SystemError( int ev, std::error_category const& ecat, std::string const& what) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError744 SystemError( int ev, std::error_category const& ecat, char const * what) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
Completed in 251 milliseconds