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

Method operator=

libcppcryptfs/file/openfiles.h:136–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134 // disallow copying
135 CryptOpenFile(CryptOpenFile const&) = delete;
136 void operator=(CryptOpenFile const&) = delete;
137};
138
139class CryptOpenFiles {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected