MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / BoostQueueWrapper

Method BoostQueueWrapper

benchmarks/boostqueue.h:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15public:
16 BoostQueueWrapper() : q(/* starting capacity */ 16384) { }
17
18 template<typename U>
19 inline bool enqueue(U&& item)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected