This is the complete list of members for juce::Optional< Value >, including all inherited members.
| emplace(Other &&... other) | juce::Optional< Value > | inline |
| hasValue() const noexcept | juce::Optional< Value > | inline |
| operator bool() const noexcept | juce::Optional< Value > | inlineexplicit |
| operator*() | juce::Optional< Value > | inline |
| operator*() const | juce::Optional< Value > | inline |
| operator->() | juce::Optional< Value > | inline |
| operator->() const | juce::Optional< Value > | inline |
| operator=(const Optional &)=default | juce::Optional< Value > | |
| operator=(Optional &&)=default | juce::Optional< Value > | |
| operator=(Other &&other) noexcept(std::is_nothrow_assignable_v< std::optional< Value >, Other >) | juce::Optional< Value > | inline |
| operator=(const Optional< Other > &other) noexcept(std::is_nothrow_assignable_v< std::optional< Value >, const std::optional< Other > & >) | juce::Optional< Value > | inline |
| operator=(Optional< Other > &&other) noexcept(std::is_nothrow_assignable_v< std::optional< Value >, std::optional< Other > && >) | juce::Optional< Value > | inline |
| Optional()=default | juce::Optional< Value > | |
| Optional(const Optional &)=default | juce::Optional< Value > | |
| Optional(Optional &&)=default | juce::Optional< Value > | |
| Optional(Nullopt) noexcept | juce::Optional< Value > | inline |
| Optional(Head &&head, Tail &&... tail) noexcept(std::is_nothrow_constructible_v< std::optional< Value >, Head, Tail... >) | juce::Optional< Value > | inline |
| Optional(const Optional< Other > &other) noexcept(std::is_nothrow_constructible_v< std::optional< Value >, const std::optional< Other > & >) | juce::Optional< Value > | inline |
| Optional(Optional< Other > &&other) noexcept(std::is_nothrow_constructible_v< std::optional< Value >, std::optional< Other > && >) | juce::Optional< Value > | inline |
| orFallback(U &&fallback) const & | juce::Optional< Value > | inline |
| orFallback(U &&fallback) & | juce::Optional< Value > | inline |
| reset() noexcept | juce::Optional< Value > | inline |
| swap(Optional &other) noexcept(std::is_nothrow_swappable_v< std::optional< Value > >) | juce::Optional< Value > | inline |