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

Method VectorHolder

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

Source from the content-addressed store, hash-verified

407class VectorHolder {
408public:
409 VectorHolder() {
410 v_.push_back(StringHolder("string #1"));
411 v_.push_back(StringHolder("string #2"));
412 }
413
414 std::vector<StringHolder> get() const {
415 return v_;

Callers

nothing calls this directly

Calls 2

StringHolderClass · 0.85
push_backMethod · 0.65

Tested by

no test coverage detected