MCPcopy Create free account
hub / github.com/comaps/comaps / operator==

Method operator==

libs/editor/xml_feature.cpp:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142bool XMLFeature::operator==(XMLFeature const & other) const
143{
144 return ToOSMString() == other.ToOSMString();
145}
146
147std::vector<XMLFeature> XMLFeature::FromOSM(string const & osmXml)
148{

Callers

nothing calls this directly

Calls 1

ToOSMStringMethod · 0.80

Tested by

no test coverage detected