Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

enable_terminal_cancellation

A cancellation filter that enables terminal cancellation only.

typedef cancellation_filter< cancellation_type::terminal > enable_terminal_cancellation;
Member Functions

Name

Description

operator()

Returns type & Mask.

Requirements

Header: boost/asio/cancellation_state.hpp

Convenience header: boost/asio.hpp


PrevUpHomeNext