MCPcopy Create free account
hub / github.com/catboost/catboost / Dequeue

Method Dequeue

library/cpp/neh/pipequeue.h:122–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 }
121
122 inline T* Dequeue(TCont* c) {
123 char ch[buflen];
124
125 return (T*)Q_.Dequeue(c, ch, sizeof(ch));
126 }
127
128 protected:
129 TPipeQueueBase Q_;

Callers 4

DequeueMethod · 0.45
DequeueMethod · 0.45
~TAutoPipeQueueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected