Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
finalize
Method · 0.85
finalize
Method · 0.85
finalize
Method · 0.85
dumpImpl
Method · 0.85
getDeviceFactory
Method · 0.85
context.cpp
File · 0.85
newDevice
Method · 0.85
submit
Method · 0.85
addBenchmark
Function · 0.85
getCompilerName
Function · 0.85
setEnvVar
Function · 0.85
Calls
1
str
Method · 0.80
Tested by
no test coverage detected