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

Method ~ProtectedB

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

Source from the content-addressed store, hash-verified

415 class ProtectedB {
416 public:
417 virtual ~ProtectedB() = default;
418 ProtectedB() = default;
419 ProtectedB(const ProtectedB &) = delete;
420

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected