Aleksey Gurtovoy <[EMAIL PROTECTED]> writes:

> David Abrahams wrote:
>> Aleksey Gurtovoy <[EMAIL PROTECTED]> writes:
>> 
>> >
>> > So, now the question is, how to name the adaptor? :) Does 
>> > 'unroll_args' sound right/good enough?
>> 
>> Neat idea! How about "unary" or "unaryize"?
>
> I like the latter, but it doesn't appear to be a word; "unarize" is not a
> word either, but at least google finds a couple of them :). 

"as_unary"?

> On a second
> thought, I am not sure if it's a good choice. Does
>
>     apply< unarize<F>, list<int,long> >::type
>
> convey the discussed meaning for you?

No, but I'm not sure that unroll_args does either.

unroll_args doesn't, in fact, unroll arguments. It's a metafunction
adapter.  "Unroll" is usually used with loops, not arguments.  But
that might be the best name we can come up with.

-- 
                       David Abrahams
   [EMAIL PROTECTED] * http://www.boost-consulting.com
Boost support, enhancements, training, and commercial distribution

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to