MCPcopy 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
44template <typename T>
45static 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

populateFrameMethod · 0.85
createStreamMethod · 0.85
devid_to_uriMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected