[#absl-countr_zero] = xref:absl.adoc[absl]::countr_zero :relfileprefix: ../ :mrdocs: Counts the number of consecutive zero 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_zero; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#