![]() |
Audacity 3.2.0
|
#include <PluginInterface.h>
Public Types | |
using | type = std::variant< std::reference_wrapper< std::conditional_t< is_const, const Types, Types > >... > |
Definition at line 72 of file PluginInterface.h.
using PluginSettings::ConfigReferenceGenerator< is_const, std::tuple< Types... > >::type = std::variant< std::reference_wrapper< std::conditional_t<is_const, const Types, Types> >... > |
Definition at line 73 of file PluginInterface.h.