Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ to_double
Function
to_double
libs/base/string_utils.hpp:583–586 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
581
return to_float(s.c_str(), f);
582
}
583
[[nodiscard]] inline bool to_double(std::string const & s, double & d)
584
{
585
return to_double(s.c_str(), d);
586
}
587
588
namespace impl
589
{
Callers
15
to_any
Function · 0.70
FromString
Function · 0.50
HierarchyEntryFromCsvRow
Function · 0.50
AddAttr
Method · 0.50
MixFakeNodes
Function · 0.50
DetermineSurfaceAndHighwayType
Function · 0.50
GetPostcodes
Function · 0.50
ParseGeometry
Function · 0.50
UNIT_TEST
Function · 0.50
GetCoordsFromString
Method · 0.50
ParsePoint
Function · 0.50
ParseRect
Function · 0.50
Calls
no outgoing calls
Tested by
3
UNIT_TEST
Function · 0.40
UNIT_TEST
Function · 0.40
UNIT_TEST
Function · 0.40