71 static Result fail (
const String& errorMessage)
noexcept;
Holds a resizable array of primitive or copy-by-value objects.
Represents the 'success' or 'failure' of an operation, and holds an associated error message to descr...
static Result ok() noexcept
Creates and returns a 'successful' result.
#define JUCE_API
This macro is added to all JUCE public class declarations.