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

Method vanilla

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

Source from the content-addressed store, hash-verified

24// test_mi_static_properties
25struct Vanilla {
26 std::string vanilla() { return "Vanilla"; };
27};
28struct WithStatic1 {
29 static std::string static_func1() { return "WithStatic1"; };

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected