Boost logo

Boost Users :

From: Klaus Nowikow (nowikow_at_[hidden])
Date: 2004-07-02 02:54:15


David Abrahams wrote:
> [..]
> template<class T, class Base>
> struct node;
>
> typedef mpl::vector<int, char, long> types;
>
> // node<int, node<char, node<long, mpl::empty_base> > >
> typedef mpl::inherit_linearly<
> types
> , node<_2,_1>
> >::type lin;
> [...]
> HTH.

That helps a lot. Thank you!

--
Klaus Nowikow

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