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

Method operator=

libcppcryptfs/filename/casecache.h:105–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 // disallow copying
104 CaseCache(CaseCache const&) = delete;
105 void operator=(CaseCache const&) = delete;
106
107 CaseCache();
108 virtual ~CaseCache();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected