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

Method SimpleBase

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

For compatibility with old clang versions:

Source from the content-addressed store, hash-verified

22
23 // For compatibility with old clang versions:
24 SimpleBase() = default;
25 SimpleBase(const SimpleBase &) = default;
26};
27

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected