Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bailey27/cppcryptfs
/ operator=
Method
operator=
libcppcryptfs/crypt/siv.h:48–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
// disallow copying
47
SivContext(SivContext const&) = delete;
48
void operator=(SivContext const&) = delete;
49
SivContext();
50
virtual ~SivContext();
51
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected