libzypp  11.13.5
zypp::bit::bit_detail::Gen1Bits< _IntT, _size > Struct Template Reference

Generate constants with _size trailing '1'-bits. More...

#include <Bit.h>

List of all members.

Static Public Attributes

static const _IntT value = (Gen1Bits<_IntT,_size-1>::value << 1)+1

Detailed Description

template<class _IntT, unsigned _size>
struct zypp::bit::bit_detail::Gen1Bits< _IntT, _size >

Generate constants with _size trailing '1'-bits.

Definition at line 37 of file Bit.h.


Member Data Documentation

template<class _IntT , unsigned _size>
const _IntT zypp::bit::bit_detail::Gen1Bits< _IntT, _size >::value = (Gen1Bits<_IntT,_size-1>::value << 1)+1
static

Definition at line 39 of file Bit.h.


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