MCPcopy Create free account
hub / github.com/LabSound/LabSound / convertCharPointerToStdString

Function convertCharPointerToStdString

src/backends/RtAudio/RtAudio.cpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

getDeviceInfoMethod · 0.85
deviceQueryCallbackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected