Searched defs:SystemError (Results 1 – 1 of 1) sorted by relevance
5724 class SystemError : public Error, public std::system_error class5727 SystemError( std::error_code ec ) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError5729 SystemError( std::error_code ec, std::string const & what ) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError5731 SystemError( std::error_code ec, char const * what ) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError5733 SystemError( int ev, std::error_category const & ecat ) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError5735 SystemError( int ev, std::error_category const & ecat, std::string const & what) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError5737 SystemError( int ev, std::error_category const & ecat, char const * what) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError