MCPcopy Create free account
hub / github.com/pybind/pybind11 / ElementBase

Method ElementBase

tests/test_smart_ptr.cpp:311–311  ·  view source on GitHub ↗

Force creation of virtual table */

Source from the content-addressed store, hash-verified

309struct ElementBase {
310 virtual ~ElementBase() = default; /* Force creation of virtual table */
311 ElementBase() = default;
312 ElementBase(const ElementBase &) = delete;
313};
314

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected