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

Method operator=

libcppcryptfs/filename/dirivcache.h:49–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 // disallow copying
48 DirIvCacheNode(DirIvCacheNode const&) = delete;
49 void operator=(DirIvCacheNode const&) = delete;
50
51 DirIvCacheNode();
52 virtual ~DirIvCacheNode();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected