MCPcopy Create free account
hub / github.com/cameron314/readerwriterqueue / ReaderWriterQueue

Function ReaderWriterQueue

readerwriterqueue.h:648–648  ·  view source on GitHub ↗

Disable copying

Source from the content-addressed store, hash-verified

646
647 // Disable copying
648 ReaderWriterQueue(ReaderWriterQueue const&) { }
649
650 // Disable assignment
651 ReaderWriterQueue& operator=(ReaderWriterQueue const&) { }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected