> -----Original Message-----
> From: Travis Vitek [mailto:[EMAIL PROTECTED] 
> Sent: Friday, June 20, 2008 12:59 PM
> To: dev@stdcxx.apache.org
> Subject: RE: tests/utilities/20.meta.help.cpp
> 
>  
...
> 
> So I am sure you can instantiate std::integral_constant<void
> (class_t::*)(), &class::method>, but I'm not sure if it something that
> should be tested.

Almost sounds like a rudimentary function object, doesn't it?  :)

template <
    template < class PtrType, PtrType Ptr> class FuncPtr,
    class ReturnType, class... ParamTypes
> struct FuncObj;

Brad.

Reply via email to