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

Method value

tests/test_smart_ptr.cpp:317–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315struct ElementA : ElementBase {
316 explicit ElementA(int v) : v(v) {}
317 int value() const { return v; }
318 int v;
319};
320

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected