| 73 | // disallow copying |
| 74 | KeyCacheEntry(KeyCacheEntry const&) = delete; |
| 75 | void operator=(KeyCacheEntry const&) = delete; |
| 76 | |
| 77 | // move constructor |
| 78 | KeyCacheEntry(KeyCacheEntry&& other) |
nothing calls this directly
no outgoing calls
no test coverage detected