ATLAS Offline Software
Public Types | List of all members
D3PD::SelectType< T, N > Struct Template Reference

Select one type out of the tuple. More...

#include <Types.h>

Collaboration diagram for D3PD::SelectType< T, N >:

Public Types

typedef T type
 

Detailed Description

template<class T, int N>
struct D3PD::SelectType< T, N >

Select one type out of the tuple.

If T is Types<T0, ...>, then SelectType<T, N>::type will be TN; otherwise it will be T.

Definition at line 71 of file PhysicsAnalysis/D3PDMaker/D3PDMakerUtils/D3PDMakerUtils/Types.h.

Member Typedef Documentation

◆ type

template<class T , int N>
typedef T D3PD::SelectType< T, N >::type

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