MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / toStdString

Method toStdString

JUCE/modules/juce_core/text/juce_String.cpp:2093–2096  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2091}
2092
2093std::string String::toStdString() const
2094{
2095 return std::string (toRawUTF8());
2096}
2097
2098//==============================================================================
2099template <class CharPointerType_Src, class CharPointerType_Dest>

Callers 4

dbgReadMethod · 0.80
runTestMethod · 0.80
parseObjectsMethod · 0.80
parseBuildProductsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected