MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / Sub

Method Sub

test/embind/test_embind_subclass_pointer.cpp:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9struct Sub : Base {
10 Sub(Base* b) {}
11};
12
13struct SubWrapper : wrapper<Sub> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected