Medial Code Documentation
Loading...
Searching...
No Matches
Public Member Functions
xgboost::CopyUniquePtr< T > Class Template Reference

Helper for defining copyable data structure that contains unique pointers. More...

#include <tree_model.h>

Public Member Functions

 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)
 

Detailed Description

template<typename T>
class xgboost::CopyUniquePtr< T >

Helper for defining copyable data structure that contains unique pointers.


The documentation for this class was generated from the following file: