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

Method static_func

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

Source from the content-addressed store, hash-verified

39};
40struct VanillaStaticMix2 : WithStatic1, Vanilla, WithStatic2 {
41 static std::string static_func() { return "VanillaStaticMix2"; }
42 static int static_value;
43};
44int WithStatic1::static_value1 = 1;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected