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

Method call

examples/source/docs/inheritance.cpp:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4struct A {
5 int a = 10;
6 virtual int call() {
7 return 0;
8 }
9 virtual ~A() {
10 }
11};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected