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

Method Placeholder

tests/test_stl.cpp:587–587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

585 class Placeholder {
586 public:
587 Placeholder() { print_created(this); }
588 Placeholder(const Placeholder &) = delete;
589 ~Placeholder() { print_destroyed(this); }
590 };

Callers

nothing calls this directly

Calls 1

print_createdFunction · 0.85

Tested by

no test coverage detected