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

Method static_func

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

Source from the content-addressed store, hash-verified

35};
36struct VanillaStaticMix1 : Vanilla, WithStatic1, WithStatic2 {
37 static std::string static_func() { return "VanillaStaticMix1"; }
38 static int static_value;
39};
40struct VanillaStaticMix2 : WithStatic1, Vanilla, WithStatic2 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected