[#absl-has_single_bit] = xref:absl.adoc[absl]::has_single_bit :relfileprefix: ../ :mrdocs: Determines whether `x` is an integral power of two. == Synopsis Declared in `<absl/numeric/bits.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- using std::has_single_bit; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#