Maps types of a type list using a type trait Example: typelist<int&, double&, string&> == map_t<std::add_lvalue_reference_t, typelist<int, double, string>> More...
#include <TypeList.h>
Maps types of a type list using a type trait Example: typelist<int&, double&, string&> == map_t<std::add_lvalue_reference_t, typelist<int, double, string>>
Definition at line 158 of file TypeList.h.