JUCE
|
Macros | |
#define | JUCE_OPTIONAL_OPERATORS X(==) X(!=) X(<) X(<=) X(>) X(>=) |
#define | X(op) |
#define | X(op) |
Typedefs | |
using | Nullopt = std::nullopt_t |
Functions | |
template<typename Value > | |
JUCE_END_IGNORE_WARNINGS_MSVC Optional< std::decay_t< Value > > | makeOptional (Value &&v) |
JUCE_API bool | operator== (const var &, const var &) |
Compares the values of two var objects, using the var::equals() comparison. More... | |
JUCE_API bool | operator!= (const var &, const var &) |
Compares the values of two var objects, using the var::equals() comparison. More... | |
JUCE_API bool | operator< (const var &, const var &) |
Compares the values of two var objects, using the var::equals() comparison. More... | |
JUCE_API bool | operator<= (const var &, const var &) |
Compares the values of two var objects, using the var::equals() comparison. More... | |
JUCE_API bool | operator> (const var &, const var &) |
Compares the values of two var objects, using the var::equals() comparison. More... | |
JUCE_API bool | operator>= (const var &, const var &) |
Compares the values of two var objects, using the var::equals() comparison. More... | |
JUCE_API bool | operator== (const var &, const String &) |
JUCE_API bool | operator!= (const var &, const String &) |
JUCE_API bool | operator== (const var &, const char *) |
JUCE_API bool | operator!= (const var &, const char *) |
Variables | |
constexpr auto | nullopt = std::nullopt |
#define X | ( | op | ) |
#define X | ( | op | ) |
using Nullopt = std::nullopt_t |
JUCE_END_IGNORE_WARNINGS_MSVC Optional<std::decay_t<Value> > makeOptional | ( | Value && | v | ) |
References gl::v.
Compares the values of two var objects, using the var::equals() comparison.
Referenced by ColourGradient::operator!=(), AudioPlayHead::CurrentPositionInfo::operator!=(), AudioPlayHead::LoopPoints::operator!=(), MidiBufferIterator::operator!=(), MPEZoneLayout::operator!=(), AudioPlayHead::PositionInfo::operator!=(), SortedSet< ElementType, TypeOfCriticalSectionToUse >::operator!=(), AudioPlayHead::TimeSignature::operator!=(), and LookAndFeel::playAlertSound().
Compares the values of two var objects, using the var::equals() comparison.
Referenced by ColourGradient::operator!=().
Compares the values of two var objects, using the var::equals() comparison.
Referenced by LookAndFeel::playAlertSound().
Compares the values of two var objects, using the var::equals() comparison.
Compares the values of two var objects, using the var::equals() comparison.
Compares the values of two var objects, using the var::equals() comparison.
|
constexpr |