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