|
Zrythm v2.0.0-alpha.1
a highly automated and intuitive digital audio workstation
|
Specialization for std::variant. More...
#include <src/utils/variant_helpers.h>
Public Types | |
| using | type = std::variant<std::unique_ptr<Ts>...> |
| The resulting variant type with reference_wrappers. | |
Specialization for std::variant.
Definition at line 102 of file variant_helpers.h.
| using zrythm::utils::to_unique_ptr_variant_impl< std::variant< Ts... > >::type = std::variant<std::unique_ptr<Ts>...> |
The resulting variant type with reference_wrappers.
Definition at line 105 of file variant_helpers.h.