[#absl-operator_bitnot-0c] = xref:absl.adoc[absl]::operator~ :relfileprefix: ../ :mrdocs: Computes the bitwise complement of a chars_format value. == Synopsis Declared in `<absl/strings/charconv.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:absl/chars_format.adoc[chars_format] operator~(xref:absl/chars_format.adoc[chars_format] arg); ---- == Return Value The bitwise complement of `arg`. == Parameters [cols="1,4"] |=== | Name| Description | *arg* | The operand to complement. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#