MCPcopy Create free account
hub / github.com/CppMicroServices/CppMicroServices / ToString

Function ToString

util/include/cppmicroservices/util/String.h:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48 template <typename T>
49 std::string
50 ToString(T val)
51 {
52 return std::to_string(val);
53 }
54
55 //-------------------------------------------------------------------
56 // Unicode Utility functions

Callers 6

RegisterServicesMethod · 0.50
frame020bMethod · 0.50
GetDataStorageMethod · 0.50
LoadMethod · 0.50
GetLastCErrorStrFunction · 0.50

Calls

no outgoing calls

Tested by 2

RegisterServicesMethod · 0.40
frame020bMethod · 0.40