Control Surface  1.2.0
MIDI Control Surface library for Arduino
Macros
Def/CRTP.hpp File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CRTP(Derived)   (*static_cast<Derived *>(this))
 Helper for the Curiously Recurring Template Pattern. More...
 

Macro Definition Documentation

◆ CRTP

#define CRTP (   Derived)    (*static_cast<Derived *>(this))

Helper for the Curiously Recurring Template Pattern.

Definition at line 4 of file Def/CRTP.hpp.