|
xgboost
|
用于定义包含唯一指针的可复制数据结构的辅助类。 更多...
#include <tree_model.h>

公共成员函数 | |
| CopyUniquePtr ()=default | |
| CopyUniquePtr (CopyUniquePtr const &that) | |
| T * | get () const noexcept |
| T & | operator* () |
| T * | operator-> () noexcept |
| T const & | operator* () const |
| T const * | operator-> () const noexcept |
| operator bool () const | |
| bool | operator! () const |
| void | reset (T *ptr) |
用于定义包含 unique_ptr 的可复制数据结构的辅助类。
|
默认 |
|
inline |
|
inlinenoexcept |
|
内联显式 |
|
inline |
|
inline |
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |
|
inline |