MCPcopy Create free account
hub / github.com/CCob/lsarelayx / StdQueue

Method StdQueue

plugin/include/bitsery/ext/std_queue.h:71–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 size_t _maxSize;
70 public:
71 explicit StdQueue(size_t maxSize):_maxSize{maxSize} {};
72
73 //for queue
74 template<typename Ser, typename T, typename C, typename Fnc>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected