Control Surface
pin-t-adl
MIDI Control Surface library for Arduino
src
AH
Containers
CRTP.hpp
Go to the documentation of this file.
1
#pragma once
2
4
#define CRTP(Derived) (*static_cast<Derived *>(this))
5
#define CRTP_INST(Derived, el) (static_cast<Derived &>(el))
Generated by
1.9.4