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

Function Join

libs/search/reverse_geocoder.cpp:53–56  ·  view source on GitHub ↗

Following methods join only non-empty arguments in order with commas.

Source from the content-addressed store, hash-verified

51// Following methods join only non-empty arguments in order with
52// commas.
53string Join(string const & s)
54{
55 return s;
56}
57
58template <typename... Args>
59string Join(string const & s, Args &&... args)

Callers 5

FormatAddressMethod · 0.70
DownloadAsStringMethod · 0.50
MakeUrlListMethod · 0.50
LoadMetaConfigMethod · 0.50

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected