Audacity  3.0.3
Public Types | List of all members
std::__make_unique_result< X[]> Struct Template Reference

#include <MemoryX.h>

Public Types

using array_case = unique_ptr< X[]>
 
using element = X
 

Detailed Description

template<typename X>
struct std::__make_unique_result< X[]>

Definition at line 43 of file MemoryX.h.

Member Typedef Documentation

◆ array_case

template<typename X >
using std::__make_unique_result< X[]>::array_case = unique_ptr<X[]>

Definition at line 44 of file MemoryX.h.

◆ element

template<typename X >
using std::__make_unique_result< X[]>::element = X

Definition at line 45 of file MemoryX.h.


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