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

Method ~BreaksBase

tests/test_class.cpp:604–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

602class BreaksBase {
603public:
604 virtual ~BreaksBase() = default;
605 BreaksBase() = default;
606 BreaksBase(const BreaksBase &) = delete;
607};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected