Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anthonywilliams/ccia_code_samples
/ queue
Method
queue
listings/listing_6.4.cpp:21–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
20
public:
21
queue():
22
tail(nullptr)
23
{}
24
25
queue(const queue& other)=delete;
26
queue& operator=(const queue& other)=delete;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected