Boost logo

Boost Users :

Subject: Re: [Boost-users] [MPL] no invoke<T>?
From: Joel Falcou (joel.falcou_at_[hidden])
Date: 2011-04-02 02:42:08


On 01/04/11 20:06, Noah Roberts wrote:
> template < typename Sq > // Sq is full of metafunctions
> struct do
> {
> typedef typename fold
> <
> Sq
> , start_state
> , funky<invoke<_2>,_1>
> >::type
> };
Oh getting the ::type out of a sequence of nullary metafunction :o
Metafunction can be turned into metafunction class quite easily using
mpl::quote.

http://www.boost.org/doc/libs/1_46_1/libs/mpl/doc/refmanual/quote.html


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net