Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
124
static 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
131
int main(int argc, const char* argv[])
Callers
1
main
Function · 0.85
Calls
2
lit
Function · 0.85
parse
Function · 0.50
Tested by
no test coverage detected