Typedef rcppsw::mpl::rename
Defined in File typelist.hpp
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>.