MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / operator=

Method operator=

libcppcryptfs/util/KeyCache.h:75–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 // disallow copying
74 KeyCacheEntry(KeyCacheEntry const&) = delete;
75 void operator=(KeyCacheEntry const&) = delete;
76
77 // move constructor
78 KeyCacheEntry(KeyCacheEntry&& other)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected