#include <TypeRegistration.h>
|
| template<class typeinfo_element> |
| void | do_it () const |
Definition at line 38 of file TypeRegistration.h.
◆ do_it()
template<class typeinfo_element>
| void registertype::do_it |
( |
| ) |
const |
|
inline |
Definition at line 40 of file TypeRegistration.h.
40 {
41 typedef typename typeinfo_element::list_of_features FEATURES;
42 typedef typename typeinfo_element::container CONTAINER;
43 typedef typename typeinfo_element::aux AUX;
44
45
46
47
48
49 HLT::TypeInformation::for_each_type<FEATURES,register_feature<CONTAINER> >
::do_it();
51 }
The documentation for this struct was generated from the following file: