MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / convertCharPointerToStdString

Function convertCharPointerToStdString

examples/TinyAudio/RtAudio.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

getDeviceInfoMethod · 0.85
deviceQueryCallbackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected