MCPcopy Create free account
hub / github.com/apache/singa / MakeCheckOpValueString

Function MakeCheckOpValueString

include/singa/utils/logging.h:123–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121// it uses the definition for operator<<, with a few special cases below.
122template <typename T>
123inline void MakeCheckOpValueString(std::ostream* os, const T& v) {
124 (*os) << v;
125}
126
127// Overrides for char types provide readable values for unprintable
128// characters.

Callers 1

MakeCheckOpStringFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected