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

Structure for TZCNT constants. More...

#include <bmconst.h>

Static Public Attributes

static unsigned char const _lut [37]
  More...
 

Detailed Description

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

Structure for TZCNT constants.

Definition at line 344 of file bmconst.h.

Field Documentation

◆ _lut

template<bool T>
const unsigned char bm::tzcnt_table< T >::_lut
static
Initial value:
=
{
32, 0, 1, 26, 2, 23, 27, 0, 3, 16, 24, 30, 28, 11,
0, 13, 4, 7, 17, 0, 25, 22, 31, 15, 29, 10, 12, 6, 0,
21, 14, 9, 5, 20, 8, 19, 18
}

Definition at line 346 of file bmconst.h.


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