|
bool | juce::operator!= (const String &string1, StringRef string2) noexcept |
| Case-sensitive comparison of two strings. More...
|
|
String | juce::operator+ (const char *s1, StringRef s2) |
|
String | juce::operator+ (String s1, StringRef s2) |
|
String | juce::operator+ (StringRef s1, const char *s2) |
|
String | juce::operator+ (StringRef s1, const String &s2) |
|
bool | juce::operator< (const String &string1, StringRef string2) noexcept |
| Case-sensitive comparison of two strings. More...
|
|
bool | juce::operator<= (const String &string1, StringRef string2) noexcept |
| Case-sensitive comparison of two strings. More...
|
|
bool | juce::operator== (const String &string1, StringRef string2) noexcept |
| Case-sensitive comparison of two strings. More...
|
|
bool | juce::operator> (const String &string1, StringRef string2) noexcept |
| Case-sensitive comparison of two strings. More...
|
|
bool | juce::operator>= (const String &string1, StringRef string2) noexcept |
| Case-sensitive comparison of two strings. More...
|
|