xte ::big_int <T >::operator~ ()
Defined in header <xte/math/big_int.hpp> Definition
Flips every bit. May throw if allocation fails.[[nodiscard ]]constexpr xte ::big_int <T >operator~ (this auto&& )noexcept (false );
Example
[View in Compiler Explorer]static_assert (~xte ::big_int (10 ) == ~10 );