Vulkan-Hpp
vk::LogicError Class Reference

#include <vulkan.hpp>

Public Member Functions

 LogicError (const std::string &what)
 
 LogicError (char const *what)
 
virtual const char * what () const VULKAN_HPP_NOEXCEPT
 
- Public Member Functions inherited from vk::Error
 Error () VULKAN_HPP_NOEXCEPT=default
 
 Error (const Error &) VULKAN_HPP_NOEXCEPT=default
 
virtual ~Error () VULKAN_HPP_NOEXCEPT=default
 

Detailed Description

Definition at line 6174 of file vulkan.hpp.

Constructor & Destructor Documentation

◆ LogicError() [1/2]

vk::LogicError::LogicError ( const std::string &  what)
inlineexplicit

Definition at line 6179 of file vulkan.hpp.

◆ LogicError() [2/2]

vk::LogicError::LogicError ( char const *  what)
inlineexplicit

Definition at line 6181 of file vulkan.hpp.

Member Function Documentation

◆ what()

virtual const char* vk::LogicError::what ( ) const
inlinevirtual

Implements vk::Error.

Definition at line 6183 of file vulkan.hpp.


The documentation for this class was generated from the following file: