Audacity 3.2.0
Classes | Public Types | List of all members
PackedArray::Traits< T > Struct Template Reference

Primary template used in Deleter that can be specialized. More...

#include <PackedArray.h>

Inheritance diagram for PackedArray::Traits< T >:
[legend]

Classes

struct  header_type
 

Public Types

using element_type = T
 

Detailed Description

template<typename T>
struct PackedArray::Traits< T >

Primary template used in Deleter that can be specialized.

Specializations that define a pointer-to-data-member of T called array_member are treated specially

Definition at line 66 of file PackedArray.h.

Member Typedef Documentation

◆ element_type

template<typename T >
using PackedArray::Traits< T >::element_type = T

Definition at line 70 of file PackedArray.h.


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