BitMagic-C++
Static Public Attributes
bm::gap_len_table_min< T > Struct Template Reference

Alternative GAP lengths table. Good for for memory saver mode and very sparse bitsets. More...

#include <bmconst.h>

Static Public Attributes

static const gap_word_t _len [bm::gap_levels]
  More...
 

Detailed Description

template<bool T>
struct bm::gap_len_table_min< T >

Alternative GAP lengths table. Good for for memory saver mode and very sparse bitsets.

Definition at line 409 of file bmconst.h.

Field Documentation

◆ _len

template<bool T>
const gap_word_t bm::gap_len_table_min< T >::_len
static
Initial value:
=
{ 32, 96, 128, 512 }

Definition at line 411 of file bmconst.h.


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