Templa 0.0.1-alpha
C++ Metaprogramming Utilities
Loading...
Searching...
No Matches
Type_list

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...

Detailed Description