Audacity 3.2.0
Public Types | List of all members
Variant::detail::type_identity< T > Struct Template Reference

Standard in C++20. More...

#include <Variant.h>

Public Types

using type = T
 

Detailed Description

template<typename T>
struct Variant::detail::type_identity< T >

Standard in C++20.

Definition at line 99 of file Variant.h.

Member Typedef Documentation

◆ type

template<typename T >
using Variant::detail::type_identity< T >::type = T

Definition at line 99 of file Variant.h.


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