使用loki library寫這樣的事情,如何創建在C++(使用洛基庫)的零元函子
typedef Functor<void> BitButtonPushHandler;
拋出一個編譯器錯誤,但這個工程
typedef Functor<void,TYPELIST_1(Matrix3D*)> Perspective;
Functor.h:530: error: '((Loki::FunctorHandler, int>*)this)->Loki::FunctorHandler, int>::f_' cannot be used as a function Functor.h:530: error: return-statement with a value, in function returning 'void'
熟悉這個圖書館的人知道如何讓第一行工作?