[#BloombergLP-bdlb-BitStringImpUtil-find1AtMinIndexRaw] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/BitStringImpUtil.adoc[BitStringImpUtil]::find1AtMinIndexRaw :relfileprefix: ../../../ :mrdocs: Return the index of the lowest‐order set bit in the specified non‐zero `value`. The behavior is undefined unless `0 != value`. Note that this method is "raw" due to the requirement that at least one bit in `value` must be set. == Synopsis Declared in `<bdlb_bitstringimputil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int find1AtMinIndexRaw(uint64_t value); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#