Return the number of bits in the specified value of the (template parameter) type INTEGER.
Synopsis
Declared in <bdlb_bitutil.h>
template<class INTEGER>
static
int
sizeInBits(INTEGER value = 0);
Created with MrDocs
Return the number of bits in the specified value of the (template parameter) type INTEGER.
Declared in <bdlb_bitutil.h>
template<class INTEGER>
static
int
sizeInBits(INTEGER value = 0);
Created with MrDocs