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

Method ~MyException3

tests/test_exceptions.cpp:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 MyException3 &operator=(const MyException3 &) = default;
53 MyException3 &operator=(MyException3 &&) = default;
54 virtual ~MyException3() = default;
55 // Rule of 5 END.
56private:
57 std::string message = "";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected