SECBitArray::GetBitStorageElementCount

template <unsigned int ArraySize_T, class DataType_T>
unsigned int SECBitArray<ArraySize_T, DataType_T>::GetBitStorageElementCount(void)

Retrieves the number of elements in the array of data elements that house the bits. While the array is used to store bits, the bits themselves are stored in elements of a larger data type.

Defined in: SECBitmapArray.h

Return Value

Returns the number of storage elements in the array.

Class Template Arguments

ArraySize_T

The maximum number of bits for the array.

DataType_T

The data type used to make up the array (e.g., DWORD, etc.)

See Also

SECBitArray