MCPcopy Create free account
hub / github.com/ValveSoftware/steam-audio / to_string

Function to_string

core/src/core/api_validation_layer.cpp:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76
77template <typename T>
78std::string to_string(T value)
79{
80 return std::to_string(value);
81}
82
83template <typename T>
84std::string to_string(T* value)

Callers 2

ITESTFunction · 0.85
saveEnergyFieldFunction · 0.85

Calls

no outgoing calls

Tested by 2

ITESTFunction · 0.68
saveEnergyFieldFunction · 0.68