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

Method LocalBase

tests/local_bindings.h:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8class LocalBase {
9public:
10 explicit LocalBase(int i) : i(i) {}
11 int i = -1;
12};
13

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected