Go to the source code of this file.
Macros | |
#define | COUNT_PACKEDBITS(sum, x) for (; x; ++sum) { x &= x - 1; } |
Original source file PackedList.C
Definition in file PackedList.C.
Definition at line 50 of file PackedList.C.
Referenced by PackedList< 2 >::count().