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

Method DequeueSafe

library/cpp/neh/pipequeue.h:118–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116
117 template <class TPtr>
118 inline void DequeueSafe(TCont* c, TPtr& ret) {
119 ret.Reset(Dequeue(c));
120 }
121
122 inline T* Dequeue(TCont* c) {
123 char ch[buflen];

Callers 2

RunDispatcherMethod · 0.45
RunDispatcherMethod · 0.45

Calls 2

DequeueFunction · 0.70
ResetMethod · 0.45

Tested by

no test coverage detected