|
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::add_pointer_t<Ts>...> |
| The resulting variant type with pointers. | |
Specialization for std::variant.
Definition at line 119 of file variant_helpers.h.
| using zrythm::utils::to_pointer_variant_impl< std::variant< Ts... > >::type = std::variant<std::add_pointer_t<Ts>...> |
The resulting variant type with pointers.
Definition at line 122 of file variant_helpers.h.