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

Method ~Widget

tests/test_with_catch/test_interpreter.cpp:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35public:
36 explicit Widget(std::string message) : message(std::move(message)) {}
37 virtual ~Widget() = default;
38
39 std::string the_message() const { return message; }
40 virtual int the_answer() const = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected