#include <vulkan.hpp>
Definition at line 6140 of file vulkan.hpp.
VULKAN_HPP_NAMESPACE::SystemError::SystemError |
( |
std::error_code |
ec | ) |
|
|
inline |
VULKAN_HPP_NAMESPACE::SystemError::SystemError |
( |
std::error_code |
ec, |
|
|
std::string const & |
what |
|
) |
| |
|
inline |
VULKAN_HPP_NAMESPACE::SystemError::SystemError |
( |
std::error_code |
ec, |
|
|
char const * |
what |
|
) |
| |
|
inline |
VULKAN_HPP_NAMESPACE::SystemError::SystemError |
( |
int |
ev, |
|
|
std::error_category const & |
ecat |
|
) |
| |
|
inline |
VULKAN_HPP_NAMESPACE::SystemError::SystemError |
( |
int |
ev, |
|
|
std::error_category const & |
ecat, |
|
|
std::string const & |
what |
|
) |
| |
|
inline |
VULKAN_HPP_NAMESPACE::SystemError::SystemError |
( |
int |
ev, |
|
|
std::error_category const & |
ecat, |
|
|
char const * |
what |
|
) |
| |
|
inline |
virtual const char* VULKAN_HPP_NAMESPACE::SystemError::what |
( |
| ) |
const |
|
inlinevirtual |
The documentation for this class was generated from the following file: