MCPcopy Create free account
hub / github.com/ThePhD/sol2 / call

Method call

examples/source/docs/inheritance.cpp:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12struct B : A {
13 int b = 11;
14 virtual int call() override {
15 return 20;
16 }
17};
18
19int main(int, char*[]) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected