ATLAS Offline Software
Public Types | List of all members
HLT::TypeInformation::list< type, list_of_types >::range< begin, end > Struct Template Reference

#include <TypeInformation.h>

Collaboration diagram for HLT::TypeInformation::list< type, list_of_types >::range< begin, end >:

Public Types

typedef do_range< list< the_type, list_of_types >,(list< the_type, list_of_types >::last_index< begin) ? list< the_type, list_of_types >::last_index :begin,(list< the_type, list_of_types >::last_index< end) ? list< the_type, list_of_types >::last_index :end >::type type
 

Detailed Description

template<class type, class list_of_types>
template<int begin, int end>
struct HLT::TypeInformation::list< type, list_of_types >::range< begin, end >

Definition at line 58 of file TypeInformation.h.

Member Typedef Documentation

◆ type

template<class type , class list_of_types >
template<int begin, int end>
typedef do_range<list<the_type,list_of_types>, (list<the_type,list_of_types>::last_index < begin) ? list<the_type,list_of_types>::last_index : begin, (list<the_type,list_of_types>::last_index < end) ? list<the_type,list_of_types>::last_index : end >::type HLT::TypeInformation::list< type, list_of_types >::range< begin, end >::type

Definition at line 176 of file TypeInformation.h.


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