[#absl-bit_ceil] = xref:absl.adoc[absl]::bit_ceil :relfileprefix: ../ :mrdocs: Returns the smallest power of two not less than `x`. == Synopsis Declared in `<absl/numeric/bits.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- using std::bit_ceil; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#