Files Classes Functions Hierarchy
#include <fnobj.h>
Go to the source code of this file.
Classes | |
| class | fnobj0Tfn< T, A0 > |
| Convert a member function with return type A0 and no arguments to a functional object. More... | |
| class | fnobj0constTfn< T, A0 > |
| class | fnobj1Tfn< T, A0, A1 > |
| Convert a member function with return type A0 and one argument to a functional object. More... | |
| class | fnobj1constTfn< T, A0, A1 > |
| class | fnobj2Tfn< T, A0, A1, A2 > |
| Convert a member function with return type A0 and two arguments to a functional object. More... | |
| class | fnobj2constTfn< T, A0, A1, A2 > |
| class | fnobj3Tfn< T, A0, A1, A2, A3 > |
| Convert a member function with return type A0 and three arguments to a functional object. More... | |
| class | fnobj3constTfn< T, A0, A1, A2, A3 > |
1.5.8