MCPcopy Create free account
hub / github.com/comaps/comaps / DebugPrint

Method DebugPrint

libs/map/style_tests/classificator_tests.cpp:362–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360 bool operator!=(RangeEntry const & rhs) const { return m_type != rhs.m_type || m_range != rhs.m_range; }
361
362 friend std::string DebugPrint(RangeEntry const & e)
363 {
364 std::ostringstream ss;
365 ss << classif().GetReadableObjectName(e.m_type) << "; (" << e.m_range.first << "," << e.m_range.second << ")";
366 return ss.str();
367 }
368};
369} // namespace
370

Callers

nothing calls this directly

Calls 1

GetReadableObjectNameMethod · 0.80

Tested by

no test coverage detected