[#btck-operator_bitnot] = xref:btck.adoc[btck]::operator~ :relfileprefix: ../ :mrdocs: Bitwise complement of a bitmask‐enum value. == Synopsis Declared in `<kernel/bitcoinkernel_wrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<xref:btck/BitmaskEnum.adoc[BitmaskEnum] T> constexpr T operator~(T value); ---- == Return Value The enum value with every bit of the underlying type flipped. == Parameters [cols="1,4"] |=== | Name| Description | *value* | The operand to invert. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#