Return the number of 1 bits in the specified value.
Synopsis
Declared in <bdlb_bitutil.h>
static
int
numBitsSet(unsigned int value);
Created with MrDocs
Return the number of 1 bits in the specified value.
Declared in <bdlb_bitutil.h>
static
int
numBitsSet(unsigned int value);
Created with MrDocs