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

Method foo

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

Source from the content-addressed store, hash-verified

420
421 protected:
422 virtual int foo() const { return value; }
423 virtual void *void_foo() { return static_cast<void *>(&value); }
424 virtual void *get_self() { return static_cast<void *>(this); }
425

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected