Boost.ASIO

    • Global namespace
    • Reference
  • boost::asio::disable_cancellation
arrow_upward

boost::asio::disable_cancellation

A cancellation filter that disables cancellation.

Synopsis

Declared in <boost/asio/cancellation_state.hpp>

typedef cancellation_filter<cancellation_type::none> disable_cancellation;

Created with MrDocs

Edit this Page