Midge  v3.9.2
Data Processing Framework
typelist.hh
Go to the documentation of this file.
1 #ifndef _midge_typelist_hh_
2 #define _midge_typelist_hh_
3 
4 namespace midge
5 {
7  template<class... x_types> struct type_list {};
8 }
9 
10 #endif
Definition: _buffer.hh:11
Type list.
Definition: typelist.hh:7