Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cameron314/concurrentqueue
/ KeyValuePair
Method
KeyValuePair
tests/corealgos.h:336–337 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
334
T* value; // No need for atomicity since it's only read by the thread that sets it in the first place
335
336
KeyValuePair()
337
{ }
338
339
KeyValuePair(KeyValuePair const& other)
340
: key(other.key.load()), value(other.value)
Callers
nothing calls this directly
Calls
1
load
Method · 0.45
Tested by
no test coverage detected