qtil
advanced-security/qtil-cpp 0.0.4
Search

Member predicate CatchBlock::getParameter

Gets the parameter introduced by this ‘catch block’, if any.

For example, catch(std::exception& e) introduces a parameter e, whereas catch(...) does not introduce a parameter.

Parameter getParameter()