#include <funtraits.h>
Public Types | |
| typedef O | ObjType |
| typedef R | ResultType |
| typedef P1 | Parm1 |
| typedef P2 | Parm2 |
Public Member Functions | |
| typedef | TYPELIST_2 (P1, P2) TypeListType |
| typedef O dtUtil::FunTraits< R(O::*)(P1, P2) const >::ObjType |
| typedef R dtUtil::FunTraits< R(O::*)(P1, P2) const >::ResultType |
| typedef P1 dtUtil::FunTraits< R(O::*)(P1, P2) const >::Parm1 |
| typedef P2 dtUtil::FunTraits< R(O::*)(P1, P2) const >::Parm2 |
| typedef dtUtil::FunTraits< R(O::*)(P1, P2) const >::TYPELIST_2 | ( | P1 | , | |
| P2 | ||||
| ) |