MCPcopy Create free account
hub / github.com/PhoneVR-Developers/PhoneVR / to_string

Function to_string

code/common/src/Utils/StrUtils.h:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6namespace std {
7#ifdef __ANDROID__
8 template <typename T> string to_string(T value) {
9 ostringstream os;
10 os << value;
11 return os.str();
12 }
13#endif
14
15 inline string to_string(string &str) { return str; }

Callers 15

HMDMethod · 0.85
ActivateMethod · 0.85
GetWindowBoundsMethod · 0.85
InitMethod · 0.85
PVRStartStreamerFunction · 0.85
PVRPropFunction · 0.85
pvrdebugFunction · 0.85
pvrInfoFunction · 0.85
versunint2strFunction · 0.85
pvrdebugFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected