|
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<Wrapper<Ts>...> |
| The resulting variant type with wrapped types. | |
Specialization for std::variant.
Definition at line 227 of file variant_helpers.h.
| using zrythm::utils::wrap_variant_impl< std::variant< Ts... >, Wrapper >::type = std::variant<Wrapper<Ts>...> |
The resulting variant type with wrapped types.
Definition at line 230 of file variant_helpers.h.