[#BloombergLP-bdlb-BitMaskUtil-_04enum] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/BitMaskUtil.adoc[BitMaskUtil]::Unnamed enum :relfileprefix: ../../../ :mrdocs: Number of bits in type `uint32_t`. == Synopsis Declared in `<bdlb_bitmaskutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum Unnamed enum; ---- == Members [cols="1,4"] |=== | Name| Description | `k_BITS_PER_UINT32` | Number of bits in type `uint32_t`. | `k_BITS_PER_UINT64` | Number of bits in type `uint64_t`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#