SECBitArray::GetUpperBound
template <unsigned int ArraySize_T, class DataType_T>
unsigned intSECBitArray<ArraySize_T, DataType_T>::GetUpperBound(void)
Retrieves the upper bound of the bit array.
Defined in: SECBitmapArray.h
Return Value
Retrieves the number of bit elements in the bit 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