| 42 | std::shared_ptr<atyp_shcp const> rtrn_shcp() { return std::shared_ptr<atyp_shcp const>(new atyp_shcp{"Shcp"}); } |
| 43 | |
| 44 | std::unique_ptr<atyp_uqmp> rtrn_uqmp() { return std::unique_ptr<atyp_uqmp >(new atyp_uqmp{"Uqmp"}); } |
| 45 | std::unique_ptr<atyp_uqcp const> rtrn_uqcp() { return std::unique_ptr<atyp_uqcp const>(new atyp_uqcp{"Uqcp"}); } |
| 46 | |
| 47 | struct sddm : std::default_delete<atyp_udmp > {}; |
nothing calls this directly
no outgoing calls
no test coverage detected