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

Function m6

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

Source from the content-addressed store, hash-verified

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")
74 PYBIND11_WARNING_DISABLE_CLANG("-Wdeprecated")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected