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