Boost logo

Boost :

Subject: Re: [boost] Interest in Remote Procedure Call Library?
From: Rutger ter Borg (rutger_at_[hidden])
Date: 2010-02-09 15:06:58


OvermindDL1 wrote:

> template< typename Function
> , class From = typename boost::mpl::begin<
> boost::function_types::parameter_types<Function> >::type
> , class To = typename boost::mpl::end<
> boost::function_types::parameter_types<Function> >::type
> , class Enable = void
>

Thanks. I guess I didn't know that "&class::member_function" is enough to
get a full signature when there's no overload of that function in the class.
I.e., that function_types will just give the full signature in that case.

Cheers,

Rutger


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk