MCPcopy Create free account
hub / github.com/RenderKit/oidn / toString

Function toString

common/platform.h:277–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275
276 template<typename T>
277 inline std::string toString(const T& a)
278 {
279 std::stringstream sm;
280 sm << a;
281 return sm.str();
282 }
283
284 template<typename T>
285 inline T fromString(const std::string& str)

Callers 11

finalizeMethod · 0.85
finalizeMethod · 0.85
finalizeMethod · 0.85
dumpImplMethod · 0.85
getDeviceFactoryMethod · 0.85
context.cppFile · 0.85
newDeviceMethod · 0.85
submitMethod · 0.85
addBenchmarkFunction · 0.85
getCompilerNameFunction · 0.85
setEnvVarFunction · 0.85

Calls 1

strMethod · 0.80

Tested by

no test coverage detected