| 59 | std::chrono::nanoseconds stamp = std::chrono::nanoseconds{ 0 }; |
| 60 | |
| 61 | Entry(const TypeInfo& _info) : info(_info) |
| 62 | {} |
| 63 | |
| 64 | ~Entry() = default; |
| 65 | Entry(const Entry&) = delete; |
nothing calls this directly
no outgoing calls
no test coverage detected