VST 3 SDK
VST 3.6.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 |
void | swap (T &other) noexcept |
|
inlinenoexcept |
|
inlineexplicitnoexcept |
|
inlinenoexcept |
|
inlineexplicitnoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |