|
Templa 0.0.1-alpha
C++ Metaprogramming Utilities
|
Files | |
| file | type_list.hpp |
| Provides utilities for compile time type list manipulation and operations. | |
Classes | |
| struct | templa::type_list_flatten< Ts > |
| Recursively flattens nested type_lists into a single flat type_list. More... | |
| struct | templa::type_list_unique< Ts > |
| Removes duplicate types from a parameter pack. More... | |