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

Method SerializeAddress

libs/indexer/feature_data.hpp:352–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350
351 template <class TSink>
352 void SerializeAddress(TSink & sink) const
353 {
354 m_addrTags.SerializeForMwmTmp(sink);
355 }
356 /// @}
357
358 void SetPostcode(std::string s);

Callers 1

operator()Method · 0.80

Calls 1

SerializeForMwmTmpMethod · 0.80

Tested by

no test coverage detected