MCPcopy Create free account
hub / github.com/audacity/audacity / ConvertToUTF8

Function ConvertToUTF8

libraries/lib-vst3/module_win32.cpp:78–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76
77template <typename T>
78std::string ConvertToUTF8(const T* str)
79{
80 static_assert(sizeof(T) == sizeof(Steinberg::Vst::TChar));
81 return VST3::StringConvert::convert(
82 static_cast<const Steinberg::Vst::TChar*>(static_cast<const void*>(str)));
83}
84
85//------------------------------------------------------------------------
86namespace VST3 {

Callers 2

getKnownFolderFunction · 0.85
getModulePathsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected