Audio Processing Framework (APF) version 0.5.0
|
Curiously Recurring Template Pattern (CRTP) base class. More...
#include <apf/misc.h>
Public Member Functions | |
Derived & | derived () |
Protected Member Functions | |
~CRTP ()=default | |
Protected destructor to avoid base class pointers. More... | |
Curiously Recurring Template Pattern (CRTP) base class.
The idea for derived() is stolen from the Eigen library.
Protected destructor to avoid base class pointers.
|
inline |