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

Method IntWrapper

test/embind/test_custom_marshal.cpp:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24private:
25 explicit IntWrapper(int v) : value(v) {}
26 int value;
27};
28

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected