MCPcopy Create free account
hub / github.com/Simple-XX/SimpleKernel / Derived

Method Derived

tests/unit_test/sk_unique_ptr_test.cpp:209–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207 struct Derived : Base {
208 int val;
209 explicit Derived(int v) : val(v) {}
210 auto GetValue() -> int override { return val; }
211 };
212

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected