>> I have some code that takes member function pointers of the form
>> R Obj::*( A1, A2, A3, ..., An )
>> and converts them to a function object Q with the following signature:
>> Rnew Q( Obj&, B1, B2, ..., Bn )
>> where
>> Rnew = result_conversion_metafunction::type
>> Bi = arg_conversion_
Ravi wrote:
On Saturday 31 October 2009 01:24:16 troy d. straszheim wrote:
I take it that you have a use-case where it is difficult to specify
as(thing)
and easy to specify
as >(thing)
Could you elaborate?
I have some code that takes member function pointers of the form
R Obj::*( A