ATLAS Offline Software
Loading...
Searching...
No Matches
register_feature< CONTAINER > Struct Template Reference

#include <TypeRegistration.h>

Collaboration diagram for register_feature< CONTAINER >:

Public Member Functions

template<class FEATURE>
void do_it () const

Detailed Description

template<typename CONTAINER>
struct register_feature< CONTAINER >

Definition at line 11 of file TypeRegistration.h.

Member Function Documentation

◆ do_it()

template<typename CONTAINER>
template<class FEATURE>
void register_feature< CONTAINER >::do_it ( ) const
inline

Definition at line 13 of file TypeRegistration.h.

13 {
14 //std::cout << "\t\t registering feature: " << typeid(FEATURE).name() << " -> ";
15 //std::cout << "container: " << typeid(CONTAINER).name() << std::endl;
16
18 }

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