FreeFOAM The Cross-Platform CFD Toolkit
PackedList.C File Reference

Detailed Description

Definition in file PackedList.C.

+ 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; }

Macro Definition Documentation

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

Definition at line 74 of file PackedList.C.

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