|
NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
|
错误条件 更多...
#include "NeForce/core/exception/error_category.hpp"类 | |
| class | neforce::error_condition |
| 错误条件 更多... | |
函数 | |
| error_condition | neforce::make_error_condition (errc e) noexcept |
| 从 errc 枚举创建错误条件 | |
错误条件
此文件提供了错误条件类,用于表示跨类别的可移植错误条件。 与 error_code 不同,error_condition 独立于具体错误类别, 用于判断错误是否属于某一语义类别。
在文件 error_condition.hpp 中定义.