Typedef rcppsw::mpl::make_tuple_type

Typedef Documentation

template<class Seq>
using rcppsw::mpl::make_tuple_type = typename boost::mpl::fold<typename boost::mpl::fold<Seq, boost::mpl::set<>, boost::mpl::insert<boost::mpl::_1, boost::mpl::_2>>::type, boost::tuple<void>, detail::ExtendTList<boost::mpl::_1, boost::mpl::_2>>