Midge
v3.9.2
Data Processing Framework
|
Version of type_chain that actually gets used. More...
#include <typechain.hh>
Public Member Functions | |
template<class... x_args> | |
type_chain (x_args... args) | |
virtual | ~type_chain () |
Private Types | |
using | this_type = type_replace< type_replace< x_prototype, _type, x_head >, _index, type_int< x_index > > |
using | next_type = type_chain< x_prototype, x_index+1, x_tail... > |
Version of type_chain that actually gets used.
Definition at line 53 of file typechain.hh.
|
private |
Definition at line 59 of file typechain.hh.
|
private |
Definition at line 58 of file typechain.hh.
|
inline |
Definition at line 63 of file typechain.hh.
|
inlinevirtual |
Definition at line 69 of file typechain.hh.