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

Function rtrn_udcp

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

Source from the content-addressed store, hash-verified

95
96std::unique_ptr<atyp, sddm> rtrn_udmp() { return std::unique_ptr<atyp, sddm>(new atyp{"rtrn_udmp"}); }
97std::unique_ptr<atyp const, sddc> rtrn_udcp() { return std::unique_ptr<atyp const, sddc>(new atyp{"rtrn_udcp"}); }
98
99std::string pass_udmp(std::unique_ptr<atyp, sddm> obj) { return "pass_udmp:" + obj->mtxt; }
100std::string pass_udcp(std::unique_ptr<atyp const, sddc> obj) { return "pass_udcp:" + obj->mtxt; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected