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

Method foo

tests/test_class.cpp:402–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400 class ProtectedA {
401 protected:
402 int foo() const { return value; }
403
404 private:
405 int value = 42;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected