libzypp  11.13.5
zypp::bit::MaxBits< _IntT > Struct Template Reference

Number of bits available in _IntT. More...

#include <Bit.h>

List of all members.

Public Types

typedef _IntT IntT

Static Public Attributes

static const unsigned value = (sizeof(IntT)*8)

Detailed Description

template<class _IntT>
struct zypp::bit::MaxBits< _IntT >

Number of bits available in _IntT.

Definition at line 51 of file Bit.h.


Member Typedef Documentation

template<class _IntT >
typedef _IntT zypp::bit::MaxBits< _IntT >::IntT

Definition at line 53 of file Bit.h.


Member Data Documentation

template<class _IntT >
const unsigned zypp::bit::MaxBits< _IntT >::value = (sizeof(IntT)*8)
static

Definition at line 54 of file Bit.h.


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