[#base_uint-0d-operator_bitnot] = xref:base_uint-0d.adoc[base_uint<256>]::operator~ :relfileprefix: ../ :mrdocs: Returns the bitwise complement of the value. == Synopsis Declared in `<arith_uint256.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:base_uint-02.adoc[base_uint<256>] operator~() const; ---- == Return Value A new big integer with every bit inverted. [.small]#Created with https://www.mrdocs.com[MrDocs]#