|
TEC
A lightweight C++ library enabling safe, efficient execution in multithreaded and concurrent systems.
|
Defines error codes with a default unspecified value. More...
#include <tec_status.hpp>
Static Public Attributes | |
| static constexpr const TCode | Unspecified {-1} |
| Default unspecified error code. | |
Defines error codes with a default unspecified value.
A templated structure to hold error codes of type TCode, with a constant for an unspecified error code.
| TCode | The type used for error codes (e.g., int). |