Boost C++ 库

...世界上最受推崇和设计最精良的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu, C++ 编码标准

PrevUpHomeNext

cancellation_state::clear

清除指定的取消类型,如果它们已被触发。

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

PrevUpHomeNext