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

Method A_Tpl

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

Source from the content-addressed store, hash-verified

463class A_Tpl {
464 A_METHODS;
465 A_Tpl() = default;
466 A_Tpl(const A_Tpl &) = delete;
467 virtual ~A_Tpl() = default;
468};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected