Definition in file PackedList.C.
#include "src/OpenFOAM/containers/Lists/PackedList/PackedList.H"
Go to the source code of this file.
Defines | |
#define | COUNT_PACKEDBITS(sum, x) for (; x; ++sum) { x &= x - 1; } |
#define COUNT_PACKEDBITS | ( | sum, | |
x | |||
) | for (; x; ++sum) { x &= x - 1; } |
Definition at line 74 of file PackedList.C.
Referenced by PackedList< nBits >::count().