xgboost
Public Attributes | List of all members
xgboost::BitFieldContainer< VT, Direction, IsConst >::Pos Struct Reference

#include <bitfield.h>

Collaboration diagram for xgboost::BitFieldContainer< VT, Direction, IsConst >::Pos:
Collaboration graph

Public Attributes

std::remove_const_t< value_typeint_pos {0}
 
std::remove_const_t< value_typebit_pos {0}
 

Member Data Documentation

◆ bit_pos

template<typename VT , typename Direction , bool IsConst = false>
std::remove_const_t<value_type> xgboost::BitFieldContainer< VT, Direction, IsConst >::Pos::bit_pos {0}

◆ int_pos

template<typename VT , typename Direction , bool IsConst = false>
std::remove_const_t<value_type> xgboost::BitFieldContainer< VT, Direction, IsConst >::Pos::int_pos {0}

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