libzypp
10.5.0
|
A bitmaks of _size 1-bits starting at bit _begin. More...
#include <Bit.h>
Public Types | |
typedef _IntT | IntT |
Static Public Attributes | |
static const IntT | value = bit_detail::Gen1Bits<IntT,_size>::value << _begin |
static const IntT | inverted = ~value |
A bitmaks of _size 1-bits starting at bit _begin.
typedef _IntT zypp::bit::Mask< _IntT, _begin, _size >::IntT |
const IntT zypp::bit::Mask< _IntT, _begin, _size >::value = bit_detail::Gen1Bits<IntT,_size>::value << _begin [static] |
const IntT zypp::bit::Mask< _IntT, _begin, _size >::inverted = ~value [static] |