Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

cancellation_state::clear

Clears the specified cancellation types, if they have been triggered.

void clear(
    cancellation_type_t mask = cancellation_type::all);

PrevUpHomeNext