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

Method PolyBase

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

Source from the content-addressed store, hash-verified

708class PolyBase {
709public:
710 PolyBase(const std::string& s) : str_(s), name_("PolyBase") {}
711
712 PolyBase() : name_("PolyBase") {}
713

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected