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

Method virtual_func

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

Source from the content-addressed store, hash-verified

24 VirtClass() = default;
25 VirtClass(const VirtClass &) = delete;
26 virtual void virtual_func() {}
27 virtual void pure_virtual_func() = 0;
28};
29

Callers 1

PYBIND11_OVERRIDE_PUREFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected