Boost.ASIO

    • Global namespace
    • Reference
  • boost::asio::operator~
arrow_upward

boost::asio::operator~

Bitwise negation operator.

Synopses

Declared in <boost/asio/cancellation_type.hpp>

Bitwise negation operator.

constexpr
cancellation_type_t
operator~(cancellation_type_t x);

» more...

flags
operator~(flags x);

» more...

Bitwise negation operator.

constexpr
signal_set_base::flags_t
operator~(signal_set_base::flags_t x);

» more...

Created with MrDocs

Edit this Page