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

Method HeldBySmartPtr

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

Source from the content-addressed store, hash-verified

1735class HeldBySmartPtr {
1736public:
1737 HeldBySmartPtr(int i, const std::string& s) : i(i), s(s) {
1738 }
1739
1740 static CustomSmartPtr<HeldBySmartPtr> newCustomPtr(int i,
1741 const std::string& s) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected