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

Function rtrn_udmp

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

Source from the content-addressed store, hash-verified

48struct sddc : std::default_delete<atyp_udcp const> {};
49
50std::unique_ptr<atyp_udmp, sddm> rtrn_udmp() { return std::unique_ptr<atyp_udmp, sddm>(new atyp_udmp{"Udmp"}); }
51std::unique_ptr<atyp_udcp const, sddc> rtrn_udcp() { return std::unique_ptr<atyp_udcp const, sddc>(new atyp_udcp{"Udcp"}); }
52
53// clang-format on

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected