#include <bslstl_bitset.h>
◆ anonymous enum
Enumerator |
---|
k_BYTES_PER_INT | |
k_BITS_PER_INT | |
k_INTS_IN_LONG | |
k_INTS_IN_LLONG | |
◆ BSLMF_ASSERT()
◆ defaultInit()
static void bsl::Bitset_ImpUtil::defaultInit |
( |
unsigned int * |
data, |
|
|
std::size_t |
size, |
|
|
unsigned long long |
val = 0 |
|
) |
| |
|
static |
Initialize the memory at the address specified by data
so that the the first M
bit positions correspond to the bit values in the specified val
where M
is the smaller of size * k_BITS_PER_INT
and CHAR_BIT * sizeof(unsigned long long)
. The remaining bits are initialized to zero 0
.
The documentation for this struct was generated from the following file: