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

Method CppBase

tests/test_python_multiple_inheritance.cpp:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8struct CppBase {
9 explicit CppBase(int value) : base_value(value) {}
10 int get_base_value() const { return base_value; }
11 void reset_base_value(int new_value) { base_value = new_value; }
12

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected