class failure : public exception {
public:
explicit failure(const string& what_arg) {
};
The member class serves as the base class for all exceptions thrown by the member function clear
in template class
basic_ios
. The value returned by what
()
is what_arg.
data
()
.