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

Function f4

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

NOLINTNEXTLINE(modernize-use-noexcept)

Source from the content-addressed store, hash-verified

61#endif
62// NOLINTNEXTLINE(modernize-use-noexcept)
63int f4(int x) throw() { return x + 4; } // Deprecated equivalent to noexcept(true)
64PYBIND11_WARNING_POP
65struct C {
66 int m1(int x) noexcept { return x - 1; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected