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

Function rtrn_uqmp

tests/test_class_sh_factory_constructors.cpp:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42std::shared_ptr<atyp_shcp const> rtrn_shcp() { return std::shared_ptr<atyp_shcp const>(new atyp_shcp{"Shcp"}); }
43
44std::unique_ptr<atyp_uqmp> rtrn_uqmp() { return std::unique_ptr<atyp_uqmp >(new atyp_uqmp{"Uqmp"}); }
45std::unique_ptr<atyp_uqcp const> rtrn_uqcp() { return std::unique_ptr<atyp_uqcp const>(new atyp_uqcp{"Uqcp"}); }
46
47struct sddm : std::default_delete<atyp_udmp > {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected