[#BloombergLP-bdlb-BitUtil-withBitCleared-09] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/BitUtil.adoc[BitUtil]::withBitCleared :relfileprefix: ../../../ :mrdocs: `withBitCleared` overloads == Synopses Declared in `<bdlb_bitutil.h>` Return `value` with the bit at `index` cleared. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static unsigned int xref:BloombergLP/bdlb/BitUtil/withBitCleared-068.adoc[withBitCleared]( unsigned int value, int index); ---- [.small]#xref:BloombergLP/bdlb/BitUtil/withBitCleared-068.adoc[_» more..._]# Same as the `unsigned int` overload. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static unsigned long xref:BloombergLP/bdlb/BitUtil/withBitCleared-065.adoc[withBitCleared]( unsigned long value, int index); ---- [.small]#xref:BloombergLP/bdlb/BitUtil/withBitCleared-065.adoc[_» more..._]# Same as the `unsigned int` overload. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static unsigned long long xref:BloombergLP/bdlb/BitUtil/withBitCleared-05.adoc[withBitCleared]( unsigned long long value, int index); ---- [.small]#xref:BloombergLP/bdlb/BitUtil/withBitCleared-05.adoc[_» more..._]# == Return Value `value` with the bit at `index` cleared == Parameters [cols="1,4"] |=== | Name| Description | *value* | value to modify | *index* | bit position to clear |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#