MCPcopy Create free account
hub / github.com/Lwhyz/workspace / taskqueue

Method taskqueue

include/workspace/taskqueue.hpp:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19public:
20 using size_type = typename std::deque<T>::size_type;
21 taskqueue() = default;
22 taskqueue(const taskqueue&) = delete;
23 taskqueue(taskqueue&&) = default;
24

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected