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

Method DebugPrint

libs/platform/distance.hpp:56–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 std::string ToString() const;
55
56 friend std::string DebugPrint(Distance const & d) { return d.ToString(); }
57
58private:
59 double m_distance;

Callers

nothing calls this directly

Calls 1

ToStringMethod · 0.45

Tested by

no test coverage detected