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

Function pass_udmp_del_nd

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

Source from the content-addressed store, hash-verified

109std::unique_ptr<atyp const, custom_deleter_nd> rtrn_udcp_del_nd() { return std::unique_ptr<atyp const, custom_deleter_nd>(new atyp{"rtrn_udcp_del_nd"}, custom_deleter_nd{"udcp_deleter_nd"}); }
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected