예제 #1
0
파일: binders.hpp 프로젝트: colek/homeis
 RET_TYPE operator() (PAR1 p1, PAR2 p2, PAR3 p3, PAR4 p4) const
 {
     return (_binder.exec()->*(_binder.get_mem_ptr()))(p1, p2, p3, p4);
 }
예제 #2
0
파일: binders.hpp 프로젝트: colek/homeis
 RET_TYPE operator() (PAR1 p1) const
 {
     return (_binder.exec()->*(_binder.get_mem_ptr()))(p1);
 }