MCPcopy Create free account
hub / github.com/DBraun/DawDreamer / toStdString

Method toStdString

JuceLibraryCode/modules/juce_core/text/juce_String.cpp:2084–2087  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2082}
2083
2084std::string String::toStdString() const
2085{
2086 return std::string (toRawUTF8());
2087}
2088
2089//==============================================================================
2090template <class CharPointerType_Src, class CharPointerType_Dest>

Callers 15

setAutomationMethod · 0.80
setAutomationValByStrMethod · 0.80
getAutomationMethod · 0.80
getAutomationValMethod · 0.80
getAutomationAtZeroMethod · 0.80
recordAutomationMethod · 0.80
resetMethod · 0.80
loadPluginMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected