MCPcopy Create free account
hub / github.com/pybind/pybind11 / m7

Function m7

tests/test_constants_and_functions.cpp:76–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 PYBIND11_WARNING_DISABLE_CLANG("-Wdeprecated")
75 // NOLINTNEXTLINE(modernize-use-noexcept)
76 int m7(int x) throw() { return x - 7; }
77 // NOLINTNEXTLINE(modernize-use-noexcept)
78 int m8(int x) const throw() { return x - 8; }
79 PYBIND11_WARNING_POP

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected