Static Public Member Functions

graphlab::dc_impl::portable_detail::find_dispatcher< F, Fret, Nargs, f, IsRPCCall > Struct Template Reference

#include <portable_dispatch.hpp>

List of all members.

Static Public Member Functions

static void * dispatch_call_fn ()
static void * dispatch_request_fn ()

Detailed Description

template<typename F, typename Fret, size_t Nargs, F f, typename IsRPCCall>
struct graphlab::dc_impl::portable_detail::find_dispatcher< F, Fret, Nargs, f, IsRPCCall >

Returns the dispatch function for a variety of functions template arguments are

Template Parameters:
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.


The documentation for this struct was generated from the following file: