MCPcopy Create free account
hub / github.com/boostorg/parser / try_parse_latlon

Function try_parse_latlon

test/parse_coords_new.cpp:124–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122
123#if 0
124static std::optional<g2d::Vector> try_parse_latlon(std::string_view s)
125{
126 auto input = latlon >> bp::eoi;
127 return parse(s,input, bp::ws|bp::lit(','));
128}
129
130
131int main(int argc, const char* argv[])

Callers 1

mainFunction · 0.85

Calls 2

litFunction · 0.85
parseFunction · 0.50

Tested by

no test coverage detected