MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / NullWriter

Method NullWriter

include/thundersvm/util/log.h:3214–3214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3212 class NullWriter : base::NoCopy {
3213 public:
3214 NullWriter(void) {}
3215
3216 // Null manipulator
3217 inline NullWriter& operator<<(std::ostream& (*)(std::ostream&)) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected