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

Function pass_udcp_del_nd

tests/test_class_sh_basic.cpp:112–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110
111std::string pass_udmp_del_nd(std::unique_ptr<atyp, custom_deleter_nd> obj) { return "pass_udmp_del_nd:" + obj->mtxt + "," + obj.get_deleter().trace_txt; }
112std::string pass_udcp_del_nd(std::unique_ptr<atyp const, custom_deleter_nd> obj) { return "pass_udcp_del_nd:" + obj->mtxt + "," + obj.get_deleter().trace_txt; }
113
114// clang-format on
115

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected