|
Hyper API for C++ 0.0.24081
Hyper client library for C++ applications
|
A context id. More...
#include <HyperException.hpp>
Public Member Functions | |
| constexpr | ContextId (uint32_t value) noexcept |
| constexpr uint32_t | getValue () const noexcept |
A context id.
Used to identify the source of an exception. Each throw statement has a unique context id that is stored in the thrown error.
Definition at line 23 of file HyperException.hpp.
|
inlineexplicitconstexprnoexcept |
Definition at line 27 of file HyperException.hpp.
|
inlineconstexprnoexcept |
Definition at line 30 of file HyperException.hpp.