|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Public Member Functions | |
| Optional (const T &v) noexcept | |
| Optional (T &&v) noexcept | |
| Optional (Optional &&other) noexcept | |
| Optional & | operator= (Optional &&other) noexcept |
| operator bool () const noexcept | |
| const T & | operator* () const noexcept |
| const T * | operator-> () const noexcept |
| T & | operator* () noexcept |
| T * | operator-> () noexcept |
| T && | value () noexcept |
| const T & | value () const noexcept |
| void | swap (T &other) noexcept |
Definition at line 48 of file optional.h.
|
noexcept |
Definition at line 50 of file optional.h.
|
explicitnoexcept |
Definition at line 51 of file optional.h.
|
noexcept |
Definition at line 52 of file optional.h.
|
noexcept |
Definition at line 54 of file optional.h.
|
explicitnoexcept |
Definition at line 62 of file optional.h.
|
noexcept |
Definition at line 68 of file optional.h.
|
noexcept |
Definition at line 80 of file optional.h.
|
noexcept |
Definition at line 74 of file optional.h.
|
noexcept |
Definition at line 86 of file optional.h.
|
noexcept |
Definition at line 55 of file optional.h.
|
noexcept |
Definition at line 104 of file optional.h.
|
noexcept |
Definition at line 98 of file optional.h.
|
noexcept |
Definition at line 92 of file optional.h.