Module NonThrowing
Provides an abstract class for modeling functions that never throw.
Import path
import semmle.code.cpp.models.interfaces.NonThrowing
Classes
NonCppThrowingFunction | A function that is guaranteed to never throw a C++ exception |
Aliases
NonThrowingFunction | A function that is guaranteed to never throw. |