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

Method static_func1

tests/test_multiple_inheritance.cpp:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27};
28struct WithStatic1 {
29 static std::string static_func1() { return "WithStatic1"; };
30 static int static_value1;
31};
32struct WithStatic2 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected