boost::corosio::signal_set::clear
Remove all signals from the signal set.
Synopsis
Declared in <boost/corosio/signal_set.hpp>
std::error_code
clear();
Description
This function removes all signals from the set. It has no effect if the set is already empty.
Return Value
Success, or an error if resetting any signal handler fails.
Created with MrDocs