A compile-time API for manipulation of C++ type template parameter packs.
Example
#include <tuple>
#include <type_traits>
int main() {
::filter_t<std::is_integral>
::concat_t<int>
::into_t<std::tuple>;
}
A wrapper for a type template parameter pack.
Definition typack.hpp:13
See API Overview or Class List for more information.