Control Surface  1.2.0
MIDI Control Surface library for Arduino
Def/CRTP.hpp
Go to the documentation of this file.
1 #pragma once
2 
4 #define CRTP(Derived) (*static_cast<Derived *>(this))