Audacity 3.2.0
Macros
CRTPBase.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CRTP_BASE(alias, struct_or_class, ...)    using alias = __VA_ARGS__
 

Macro Definition Documentation

◆ CRTP_BASE

#define CRTP_BASE (   alias,
  struct_or_class,
  ... 
)     using alias = __VA_ARGS__

Definition at line 36 of file CRTPBase.h.