| xgboost | 
一种比抛出 dmlc 异常更容易处理的错误类型。我们可以记录和传播系统错误代码。 更多...
#include <result.h>

| 公共成员函数 | |
| Result () noexcept(true)=default | |
| Result (std::string msg) | |
| Result (std::string msg, std::error_code errc) | |
| Result (std::string msg, Result &&prev) | |
| Result (std::string msg, std::error_code errc, Result &&prev) | |
| Result (Result const &that)=delete | |
| 结果 & | operator= (Result const &that)=delete | 
| Result (Result &&that)=default | |
| 结果 & | operator= (Result &&that)=default | 
| bool | OK () const noexcept(true) | 
| std::string | Report () const | 
| auto | Code () const | 
| 返回根系统错误。如果没有系统错误,这可能会返回成功。更多... | |
| bool | operator== (Result const &that) const noexcept(true) | 
| 友元 | |
| 结果 | operator+ (Result &&lhs, Result &&rhs) | 
一种比抛出 dmlc 异常更容易处理的错误类型。我们可以记录并传播系统错误代码。
| 
 | defaultnoexcept | 
| 
 | 内联显式 | 
| 
 | 内联显式 | 
| 
 | inline | 
| 
 | inline | 
| 
 | 删除 | 
| 
 | 默认 | 
| 
 | inline | 
返回根系统错误。如果没有系统错误,这可能会返回成功。
| 
 | inlinenoexcept | 
| 
 | inlinenoexcept | 
| 
 | inline |