MCPcopy Create free account
hub / github.com/Inori/GPCS4 / convertCharPointerToStdString

Function convertCharPointerToStdString

3rdParty/rtaudio/RtAudio.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 #include "tchar.h"
66
67 static std::string convertCharPointerToStdString(const char *text)
68 {
69 return std::string(text);
70 }
71
72 static std::string convertCharPointerToStdString(const wchar_t *text)
73 {

Callers 2

getDeviceInfoMethod · 0.85
deviceQueryCallbackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected