| 116 | // Helpers for testing. |
| 117 | std::string get_mtxt(atyp const &obj) { return obj.mtxt; } |
| 118 | std::ptrdiff_t get_ptr(atyp const &obj) { return reinterpret_cast<std::ptrdiff_t>(&obj); } |
| 119 | |
| 120 | std::unique_ptr<atyp> unique_ptr_roundtrip(std::unique_ptr<atyp> obj) { return obj; } |
| 121 |
nothing calls this directly
no outgoing calls
no test coverage detected