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

Number of bits available in _IntT. More...

#include <Bit.h>

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 49 of file Bit.h.

Member Typedef Documentation

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

Definition at line 51 of file Bit.h.

Member Data Documentation

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

Definition at line 52 of file Bit.h.


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