Realm
A distributed, event-based tasking library
Loading...
Searching...
No Matches
Realm::bitpack< T >::constbitsliceref< BITFIELD > Class Template Reference

#include <utils.h>

Public Member Functions

 constbitsliceref (const T &_target)
 
 operator T () const
 

Static Public Attributes

static const T MAXVAL = ~(~T(0) << BITFIELD::BITS)
 

Protected Attributes

const T & target
 

Constructor & Destructor Documentation

◆ constbitsliceref()

template<typename T >
template<typename BITFIELD >
Realm::bitpack< T >::constbitsliceref< BITFIELD >::constbitsliceref ( const T &  _target)

Member Function Documentation

◆ operator T()

template<typename T >
template<typename BITFIELD >
Realm::bitpack< T >::constbitsliceref< BITFIELD >::operator T ( ) const

Member Data Documentation

◆ MAXVAL

template<typename T >
template<typename BITFIELD >
const T Realm::bitpack< T >::constbitsliceref< BITFIELD >::MAXVAL = ~(~T(0) << BITFIELD::BITS)
static

◆ target

template<typename T >
template<typename BITFIELD >
const T& Realm::bitpack< T >::constbitsliceref< BITFIELD >::target
protected

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