[#absl-countr_one] = xref:absl.adoc[absl]::countr_one :relfileprefix: ../ :mrdocs: Counts the number of consecutive one bits starting from the least significant bit of `x`. == Synopsis Declared in `<absl/numeric/bits.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- using std::countr_one; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#