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

Function to_string

libs/base/string_utils.hpp:615–618  ·  view source on GitHub ↗

@name From numeric to string. @{

Source from the content-addressed store, hash-verified

613/// @name From numeric to string.
614//@{
615inline std::string to_string(std::string const & s)
616{
617 return s;
618}
619inline std::string to_string(char const * s)
620{
621 return s;

Callers 15

CmdGPXFunction · 0.85
GetStdDevStringMethod · 0.85
BuildUniqueIdFunction · 0.85
ProcessMethod · 0.85
InitMethod · 0.85
PrintDiffMethod · 0.85
HierarchyEntryToCsvRowFunction · 0.85
CollectFeatureMethod · 0.85
DebugPrintFunction · 0.85
GetKeyFunction · 0.85

Calls

no outgoing calls

Tested by 15

DebugPrintFunction · 0.68
UNIT_TESTFunction · 0.68
InitMethod · 0.68
UNIT_TESTFunction · 0.68
UNIT_TESTFunction · 0.68
TestStringCodingTFunction · 0.68
ValueTypesFunction · 0.68
ObjectTypesMethod · 0.68
MakeFeatureMethod · 0.68
SerializeMethod · 0.68
UNIT_TESTFunction · 0.68
UNIT_TESTFunction · 0.68