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.
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.