SpiecsEngine
 
Loading...
Searching...
No Matches

◆ concat

template<typename TypeList1 , typename TypeList2 >
using Spices::concat = typename detail::concat<TypeList1, TypeList2>::type

Combine two type_list.

Template Parameters
TypeList1first type_list.
TypeList2second type_list.

Definition at line 313 of file TypeList.h.