IceShard 1
A personal game engine project, with development focused on 2D/2.5D games.
Loading...
Searching...
No Matches
ice::ErrorCodeError Struct Reference

#include <ice/error.hxx>

Inheritance diagram for ice::ErrorCodeError:
ice::ErrorCode

Public Member Functions

constexpr ErrorCodeError (char const *definition) noexcept
Public Member Functions inherited from ice::ErrorCode
constexpr ErrorCode (char const *definition) noexcept
constexpr auto type () const noexcept -> char
constexpr auto code () const noexcept -> ice::i32
constexpr auto category () const noexcept -> std::string_view
constexpr auto description () const noexcept -> std::string_view
constexpr operator bool () const noexcept
constexpr operator i32 () const noexcept

Additional Inherited Members

Public Attributes inherited from ice::ErrorCode
char const * value

Constructor & Destructor Documentation

◆ ErrorCodeError()

ice::ErrorCodeError::ErrorCodeError ( char const * definition)
inlineexplicitconstexprnoexcept

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