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

Method get

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

Source from the content-addressed store, hash-verified

9public:
10 virtual ~Base() = default;
11 virtual int get() const { return 101; }
12
13 // Some compilers complain about implicitly defined versions of some of the following:
14 Base() = default;

Callers 2

get_from_cpp_plainc_ptrFunction · 0.45
get_from_cpp_unique_ptrFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected