MCPcopy Create free account
hub / github.com/pybind/pybind11 / ~SimpleBase

Method ~SimpleBase

tests/test_pickling.cpp:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19struct SimpleBase {
20 int num = 0;
21 virtual ~SimpleBase() = default;
22
23 // For compatibility with old clang versions:
24 SimpleBase() = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected