fficxx
fficxx copied to clipboard
Haskell data type inheriting C++ Proxy class using std::function
As we have std::function support, in principle, a Haskell data type (Handle pattern with function as data) can inherit C++ class directly. This is particularly useful for GUI application like Qt, which uses inheritance as app development mechanism.