Zrythm v2.0.0-alpha.1
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
zrythm::utils::to_pointer_variant_impl< std::variant< Ts... > > Struct Template Reference

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.

Detailed Description

template<typename... Ts>
struct zrythm::utils::to_pointer_variant_impl< std::variant< Ts... > >

Specialization for std::variant.

Definition at line 119 of file variant_helpers.h.

Member Typedef Documentation

◆ type

template<typename... Ts>
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.


The documentation for this struct was generated from the following file: