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

Function m1

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

Source from the content-addressed store, hash-verified

64PYBIND11_WARNING_POP
65struct C {
66 int m1(int x) noexcept { return x - 1; }
67 int m2(int x) const noexcept { return x - 2; }
68 int m3(int x) noexcept(true) { return x - 3; }
69 int m4(int x) const noexcept(true) { return x - 4; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected