VST 3 SDK VST 3.7
SDK for developing VST plug-in
|
#include <optional.h>
Public Member Functions | |
Optional () noexcept | |
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 |
|
inlinenoexcept |
|
inlineexplicitnoexcept |
|
inlinenoexcept |
|
inlineexplicitnoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |