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

Method ~MySingleton

tests/mod_per_interpreter_gil_with_singleton.cpp:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17public:
18 MySingleton() = default;
19 ~MySingleton() = default;
20 MySingleton(const MySingleton &) = delete;
21 MySingleton &operator=(const MySingleton &) = delete;
22 MySingleton(MySingleton &&) = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected