49 static const char*
getDefault() noexcept {
return "\r\n"; }
54 operator String()
const {
return getDefault(); }
59 operator StringRef() const noexcept {
return getDefault(); }
#define JUCE_API
This macro is added to all JUCE public class declarations.
A simple class for holding temporary references to a string literal or String.
static const char * getDefault() noexcept
Returns the default new-line sequence that the library uses.
This class is used for represent a new-line character sequence.