#include <vulkan.hpp>
Definition at line 6189 of file vulkan.hpp.
◆ SystemError() [1/6]
vk::SystemError::SystemError |
( |
std::error_code |
ec | ) |
|
|
inline |
◆ SystemError() [2/6]
vk::SystemError::SystemError |
( |
std::error_code |
ec, |
|
|
std::string const & |
what |
|
) |
| |
|
inline |
◆ SystemError() [3/6]
vk::SystemError::SystemError |
( |
std::error_code |
ec, |
|
|
char const * |
what |
|
) |
| |
|
inline |
◆ SystemError() [4/6]
vk::SystemError::SystemError |
( |
int |
ev, |
|
|
std::error_category const & |
ecat |
|
) |
| |
|
inline |
◆ SystemError() [5/6]
vk::SystemError::SystemError |
( |
int |
ev, |
|
|
std::error_category const & |
ecat, |
|
|
std::string const & |
what |
|
) |
| |
|
inline |
◆ SystemError() [6/6]
vk::SystemError::SystemError |
( |
int |
ev, |
|
|
std::error_category const & |
ecat, |
|
|
char const * |
what |
|
) |
| |
|
inline |
◆ what()
virtual const char* vk::SystemError::what |
( |
| ) |
const |
|
inlinevirtual |
The documentation for this class was generated from the following file: