LMMS
Loading...
Searching...
No Matches
juce_StringRef.h File Reference

Go to the source code of this file.

Classes

class  juce::StringRef

Namespaces

namespace  juce

Functions

JUCE_API bool JUCE_CALLTYPE juce::operator== (const String &s1, StringRef s2) noexcept
JUCE_API bool JUCE_CALLTYPE juce::operator!= (const String &s1, StringRef s2) noexcept
JUCE_API bool JUCE_CALLTYPE juce::operator< (const String &s1, StringRef s2) noexcept
JUCE_API bool JUCE_CALLTYPE juce::operator<= (const String &s1, StringRef s2) noexcept
JUCE_API bool JUCE_CALLTYPE juce::operator> (const String &s1, StringRef s2) noexcept
JUCE_API bool JUCE_CALLTYPE juce::operator>= (const String &s1, StringRef s2) noexcept
String juce::operator+ (String s1, StringRef s2)
String juce::operator+ (StringRef s1, const String &s2)
String juce::operator+ (const char *s1, StringRef s2)
String juce::operator+ (StringRef s1, const char *s2)