Boost logo

Boost :

From: Giovanni Bajo (giovannibajo_at_[hidden])
Date: 2004-01-14 10:56:22


Daniel Krügler (nee Spangenberg) wrote:

> Does there exist a boost::mpl way (?) to define my
> boost::tuples::tuple<> inside the given
> Test class template until the last non-mpl::void_ is filled into it?
> (Iteration until end??)

Can't you just say:

typedef typename mpl::remove<InternalTypeContainer, mpl::void_>::type
   InternalTypeContainerNoVoid;

?

-- 
Giovanni Bajo

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