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

Method SmallClass

test/embind/embind_test.cpp:428–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426class SmallClass {
427public:
428 SmallClass() : member(7){};
429 int member;
430};
431

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected