Typedef rcppsw::mpl::rename

Typedef Documentation

typedef typename detail::rename_impl<A, B> rcppsw::mpl::rename

Rename a variadic type to another variadic type. E.g., std::tuple<int, float, char> -> typelist<int, float, char>.