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

standard in C++20; add a level of indirection to a type More...

#include <Callable.h>

Public Types

using type = T
 

Detailed Description

template<typename T>
struct Callable::type_identity< T >

standard in C++20; add a level of indirection to a type

Definition at line 24 of file Callable.h.

Member Typedef Documentation

◆ type

template<typename T >
using Callable::type_identity< T >::type = T

Definition at line 24 of file Callable.h.


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