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