PackedList.C File Reference
Include dependency graph for PackedList.C:

Go to the source code of this file.

Macros

#define COUNT_PACKEDBITS(sum, x)   for (; x; ++sum) { x &= x - 1; }
 

Detailed Description

Original source file PackedList.C

Definition in file PackedList.C.

Macro Definition Documentation

◆ COUNT_PACKEDBITS

#define COUNT_PACKEDBITS (   sum,
  x 
)    for (; x; ++sum) { x &= x - 1; }

Definition at line 50 of file PackedList.C.

Referenced by PackedList< 2 >::count().