Classes | |
class | Optional< Value > |
A simple optional type. More... | |
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) |
Variables | |
constexpr auto | nullopt = std::nullopt |