Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenKinect/libfreenect2
/ to_string
Function
to_string
src/openni2/Utility.hpp:45–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
// holding out on C++11
44
template <typename T>
45
static std::string to_string(const T& n)
46
{
47
std::ostringstream oss;
48
oss << n;
49
return oss.str();
50
}
51
52
53
// global logging
Callers
3
populateFrame
Method · 0.85
createStream
Method · 0.85
devid_to_uri
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected