#include <vulkan.hpp>
Definition at line 719 of file vulkan.hpp.
◆ LogicError() [1/2]
VULKAN_HPP_NAMESPACE::LogicError::LogicError |
( |
const std::string & |
what | ) |
|
|
inlineexplicit |
Definition at line 722 of file vulkan.hpp.
723 : Error(), std::logic_error(
what) {}
virtual const char * what() const noexcept
◆ LogicError() [2/2]
VULKAN_HPP_NAMESPACE::LogicError::LogicError |
( |
char const * |
what | ) |
|
|
inlineexplicit |
◆ ~LogicError()
virtual VULKAN_HPP_NAMESPACE::LogicError::~LogicError |
( |
| ) |
|
|
virtualdefault |
◆ what()
virtual const char * VULKAN_HPP_NAMESPACE::LogicError::what |
( |
| ) |
const |
|
inlinevirtualnoexcept |
The documentation for this class was generated from the following file: