Type Pack 0.0.1
Loading...
Searching...
No Matches
Type Pack

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>; // std::tuple<char, short, int>
}
A wrapper for a type template parameter pack.
Definition typack.hpp:13

See API Overview or Class List for more information.