#include <portable_dispatch.hpp>
Static Public Member Functions | |
| static void * | dispatch_call_fn () |
| static void * | dispatch_request_fn () |
Returns the dispatch function for a variety of functions template arguments are
| F | the function type | |
| Fret | the function return type | |
| Nargs | the number of arguments of F | |
| f | the function itself | |
| IsRPCCall | whether it is an rpccall |
Definition at line 71 of file portable_dispatch.hpp.
1.7.1