Hyper API for C++
0.0.16638
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 24 of file HyperException.hpp.