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

Function pass_uqmp

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

Source from the content-addressed store, hash-verified

88std::unique_ptr<atyp const> rtrn_uqcp() { return std::unique_ptr<atyp const>(new atyp{"rtrn_uqcp"}); }
89
90std::string pass_uqmp(std::unique_ptr<atyp > obj) { return "pass_uqmp:" + obj->mtxt; }
91std::string pass_uqcp(std::unique_ptr<atyp const> obj) { return "pass_uqcp:" + obj->mtxt; }
92
93struct sddm : std::default_delete<atyp > {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected