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

Function m8

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

NOLINTNEXTLINE(modernize-use-noexcept)

Source from the content-addressed store, hash-verified

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
80};
81} // namespace test_exc_sp

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected