Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bailey27/cppcryptfs
/ operator=
Method
operator=
libcppcryptfs/file/cryptfile.h:84–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
// disallow copying
83
CryptFile(CryptFile const&) = delete;
84
void operator=(CryptFile const&) = delete;
85
86
CryptFile();
87
virtual ~CryptFile();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected