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

Method ~A_Repeat

tests/test_virtual_functions.cpp:438–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436 A_Repeat() = default;
437 A_Repeat(const A_Repeat &) = delete;
438 virtual ~A_Repeat() = default;
439};
440class B_Repeat : public A_Repeat {
441#define B_METHODS \

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected