qtil
advanced-security/qtil-cpp 0.0.4
Search

Member predicate TryStmt::getACatchClause

Gets a ‘catch block’ of this ‘try’ statement.

For example, for

try { f(); } catch (...) { g(); }

the result is { g(); }.

CatchBlock getACatchClause()