Boost logo

Boost :

Subject: Re: [boost] [proto][can_be_called]
From: Larry Evans (cppljevans_at_[hidden])
Date: 2010-05-06 14:32:28


On 05/06/10 12:47, Andy Venikov wrote:
[snip]
>
> Sorry, forgot the implementation of function template test:
>
> template <typename Func, typename ... Prms>
> inline
> bool test(Func && func, Prms && ... prms)
> {
> return can_be_called<Func, Prms...>::value;
> }

Andy,

I just did svn update for trunk, and then grep'ed for can_be_called;
however, nothing turned up. Also:

http://www.boost.org/doc/libs/1_42_0/doc/html/proto/reference.html#proto.reference.classes

doesn't have it.

Where is this can_be_called template?

-regards,
Larry


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