| 140 | ~Handle() { if (m_obj) cleanup(m_cache, typeid(TagType), get_unowning(m_obj)); } |
| 141 | |
| 142 | void assign(const T & obj) { m_obj = obj; } |
| 143 | |
| 144 | const T & get() const & noexcept { return m_obj; } |
| 145 |
nothing calls this directly
no outgoing calls
no test coverage detected