MCPcopy Create free account
hub / github.com/YACReader/yacreader / operator<<

Function operator<<

tests/concurrent_queue_test/concurrent_queue_test.cpp:105–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103};
104
105QDebug operator<<(QDebug debug, Id id)
106{
107 QDebugStateSaver saver(debug);
108 debug.noquote() << id.toString();
109 return debug;
110}
111
112class Job
113{

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.80

Tested by

no test coverage detected