sst-waveshapers
Waveshapers submodule for the Surge Synthesizer
Option< T > Member List

This is the complete list of members for Option< T >, including all inherited members.

none() constOption< T >
operator bool() constOption< T >explicit
operator!() constOption< T >
operator*()Option< T >
operator*() constOption< T >
operator->()Option< T >
operator->() constOption< T >
operator=(Option const &_other)Option< T >
operator=(T const &_value)Option< T >
Option()Option< T >
Option(T const &_value)Option< T >
Option(Option const &_other)Option< T >
reset()Option< T >
some() constOption< T >
valueOr(T const &defaultValue) constOption< T >
~Option()Option< T >