$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Oliver.Kowalke_at_[hidden]
Date: 2005-10-26 06:59:13
Hi,
how is it possible to inherit from all items inside mpl::vector?
template< typename V >
class multi
: .... // ?????
{};
typedef multi < mpl::vector< A ,B, C > > multi _t;
multi_t m; // m has all public and protected member functions of A, B
and C
Best Regards,
Oliver