| 48 | struct sddc : std::default_delete<atyp_udcp const> {}; |
| 49 | |
| 50 | std::unique_ptr<atyp_udmp, sddm> rtrn_udmp() { return std::unique_ptr<atyp_udmp, sddm>(new atyp_udmp{"Udmp"}); } |
| 51 | std::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 |
nothing calls this directly
no outgoing calls
no test coverage detected