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

Function m5

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

Source from the content-addressed store, hash-verified

68 int m3(int x) noexcept(true) { return x - 3; }
69 int m4(int x) const noexcept(true) { return x - 4; }
70 int m5(int x) noexcept(false) { return x - 5; }
71 int m6(int x) const noexcept(false) { return x - 6; }
72 PYBIND11_WARNING_PUSH
73 PYBIND11_WARNING_DISABLE_GCC("-Wdeprecated")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected