Midge  v3.9.2
Data Processing Framework
Public Member Functions | List of all members
type_chain< x_prototype, x_index > Class Template Reference

Final level of type_chain, once the set of types has been exhausted. More...

#include <typechain.hh>

Public Member Functions

template<class... x_args>
 type_chain (x_args...)
 
virtual ~type_chain ()
 

Detailed Description

template<class x_prototype, int x_index>
class midge::type_chain< x_prototype, x_index >

Final level of type_chain, once the set of types has been exhausted.

Definition at line 76 of file typechain.hh.

Constructor & Destructor Documentation

◆ type_chain()

type_chain ( x_args...  )
inline

Definition at line 80 of file typechain.hh.

◆ ~type_chain()

virtual ~type_chain ( )
inlinevirtual

Definition at line 84 of file typechain.hh.


The documentation for this class was generated from the following file: