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

Method get

tests/test_class_sh_virtual_py_cpp_mix.cpp:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23class CppDerived : public Base {
24public:
25 int get() const override { return 212; }
26};
27
28int get_from_cpp_plainc_ptr(const Base *b) { return b->get() + 4000; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected