MCPcopy Create free account
hub / github.com/Meshcapade/difflocks / ~DummyLogger

Function ~DummyLogger

extensions/include/cuMat/src/Logging.h:47–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 if (enabled_) std::cout << level << " ";
46 }
47 ~DummyLogger()
48 {
49 if (enabled_) {
50 std::cout << std::endl;
51 std::cout.flags(flags_);
52 }
53 }
54
55 template <typename T>
56 DummyLogger& operator<<(const T& t) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected