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

Function toString

common/sys/platform.h:250–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248////////////////////////////////////////////////////////////////////////////////
249
250__forceinline std::string toString(long long value) {
251 return std::to_string(value);
252}
253
254////////////////////////////////////////////////////////////////////////////////
255/// Disable some compiler warnings

Callers 15

buildMethod · 0.85
buildMethod · 0.85
buildMethod · 0.85
buildMethod · 0.85
buildMethod · 0.85
buildMethod · 0.85
buildMethod · 0.85
buildMethod · 0.85
buildMethod · 0.85
buildMethod · 0.85
buildMethod · 0.85
printMethod · 0.85

Calls 1

to_stringFunction · 0.50

Tested by

no test coverage detected