Ark Server API (ASA) - Wiki
|
#include <BitArray.h>
Static Public Member Functions | |
static FORCEINLINE uint32 | GetAndClearNextBit (uint32 &Mask) |
static FORCEINLINE uint32 | CalculateNumWords (int32 NumBits) |
Static Public Attributes | |
static constexpr uint32 | BitsPerWord = NumBitsPerDWORD |
Definition at line 26 of file BitArray.h.
|
inlinestatic |
Definition at line 40 of file BitArray.h.
|
inlinestatic |
Clears the next set bit in the mask and returns its index.
Definition at line 29 of file BitArray.h.
|
staticconstexpr |
Definition at line 38 of file BitArray.h.