Searched defs:SystemError (Results 1 – 1 of 1) sorted by relevance
13883 class SystemError : public Error, public std::system_error class13886 SystemError( std::error_code ec ) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError13888 SystemError( std::error_code ec, std::string const& what ) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError13890 SystemError( std::error_code ec, char const * what ) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError13892 SystemError( int ev, std::error_category const& ecat ) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError13894 SystemError( int ev, std::error_category const& ecat, std::string const& what) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError13896 SystemError( int ev, std::error_category const& ecat, char const * what) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError