| xgboost | 
#include <result.h>

| 公共成员函数 | |
| ResultImpl ()=delete | |
| ResultImpl (ResultImpl const &that)=delete | |
| ResultImpl (ResultImpl &&that)=default | |
| ResultImpl & | operator= (ResultImpl const &that)=delete | 
| ResultImpl & | operator= (ResultImpl &&that)=default | 
| ResultImpl (std::string msg) | |
| ResultImpl (std::string msg, std::error_code errc) | |
| ResultImpl (std::string msg, std::unique_ptr< ResultImpl > prev) | |
| ResultImpl (std::string msg, std::error_code errc, std::unique_ptr< ResultImpl > prev) | |
| bool | operator== (ResultImpl const &that) const noexcept(true) | 
| std::string | Report () const | 
| std::error_code | Code () const | 
| void | Concat (std::unique_ptr< ResultImpl > rhs) | 
| 公共属性 | |
| std::string | message | 
| std::error_code | errc {} | 
| std::unique_ptr< ResultImpl > | prev {nullptr} | 
| 
 | 删除 | 
| 
 | 删除 | 
| 
 | 默认 | 
| 
 | 内联显式 | 
| 
 | 内联显式 | 
| 
 | 内联显式 | 
| 
 | 内联显式 | 
| std::error_code xgboost::collective::detail::ResultImpl::Code | ( | ) | const | 
| void xgboost::collective::detail::ResultImpl::Concat | ( | std::unique_ptr< ResultImpl > | rhs | ) | 
| 
 | 默认 | 
| 
 | 删除 | 
| 
 | inlinenoexcept | 
| std::string xgboost::collective::detail::ResultImpl::Report | ( | ) | const | 
| std::error_code xgboost::collective::detail::ResultImpl::errc {} | 
| std::string xgboost::collective::detail::ResultImpl::message | 
| std::unique_ptr<ResultImpl> xgboost::collective::detail::ResultImpl::prev {nullptr} |