MCPcopy 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
588namespace impl
589{

Callers 15

to_anyFunction · 0.70
FromStringFunction · 0.50
HierarchyEntryFromCsvRowFunction · 0.50
AddAttrMethod · 0.50
MixFakeNodesFunction · 0.50
GetPostcodesFunction · 0.50
ParseGeometryFunction · 0.50
UNIT_TESTFunction · 0.50
GetCoordsFromStringMethod · 0.50
ParsePointFunction · 0.50
ParseRectFunction · 0.50

Calls

no outgoing calls

Tested by 3

UNIT_TESTFunction · 0.40
UNIT_TESTFunction · 0.40
UNIT_TESTFunction · 0.40