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

Method ~Vector2

tests/test_operator_overloading.cpp:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 return *this;
38 }
39 ~Vector2() { print_destroyed(this); }
40
41 std::string toString() const {
42 return "[" + std::to_string(x) + ", " + std::to_string(y) + "]";

Callers

nothing calls this directly

Calls 1

print_destroyedFunction · 0.85

Tested by

no test coverage detected