xgboost
Public Member Functions | Public Attributes | List of all members
xgboost::DMatrixCache< CacheT >::Key Struct Reference

#include <cache.h>

Collaboration diagram for xgboost::DMatrixCache< CacheT >::Key:
Collaboration graph

Public Member Functions

bool operator== (Key const &that) const
 

Public Attributes

DMatrix const * ptr
 
std::thread::id const thread_id
 

Member Function Documentation

◆ operator==()

template<typename CacheT >
bool xgboost::DMatrixCache< CacheT >::Key::operator== ( Key const &  that) const
inline

Member Data Documentation

◆ ptr

template<typename CacheT >
DMatrix const* xgboost::DMatrixCache< CacheT >::Key::ptr

◆ thread_id

template<typename CacheT >
std::thread::id const xgboost::DMatrixCache< CacheT >::Key::thread_id

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