|
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 *) |
|
template<typename ElementComparator , typename TargetValueType > |
int | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize >::indexOfSorted ([[maybe_unused]] ElementComparator &comparator, TargetValueType elementToLookFor) const |
|
template<class ElementComparator > |
void | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize >::sort ([[maybe_unused]] ElementComparator &comparator, bool retainOrderOfEquivalentItems) |
|
template<class ElementComparator > |
int | OwnedArray< ObjectClass, TypeOfCriticalSectionToUse >::addSorted ([[maybe_unused]] ElementComparator &comparator, ObjectClass *newObject) noexcept |
|
template<typename ElementComparator > |
int | OwnedArray< ObjectClass, TypeOfCriticalSectionToUse >::indexOfSorted ([[maybe_unused]] ElementComparator &comparator, const ObjectClass *objectToLookFor) const noexcept |
|
template<typename ElementComparator > |
void | OwnedArray< ObjectClass, TypeOfCriticalSectionToUse >::sort ([[maybe_unused]] ElementComparator &comparator, bool retainOrderOfEquivalentItems) noexcept |
|
template<class ElementComparator > |
int | ReferenceCountedArray< ObjectClass, TypeOfCriticalSectionToUse >::indexOfSorted ([[maybe_unused]] ElementComparator &comparator, const ObjectClass *objectToLookFor) const noexcept |
|
template<class ElementComparator > |
void | ReferenceCountedArray< ObjectClass, TypeOfCriticalSectionToUse >::sort ([[maybe_unused]] ElementComparator &comparator, bool retainOrderOfEquivalentItems) noexcept |
|